Import www/p5-Catalyst-View-TT-Alloy version 0.00007_1
[dports.git] / textproc / p5-XML-LibXSLT / Makefile
1 # Created by: Dom Mitchell <dom@happygiraffe.net>
2 # $FreeBSD$
3
4 PORTNAME=       XML-LibXSLT
5 PORTVERSION=    1.94
6 PORTREVISION=   1
7 CATEGORIES=     textproc perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Perl interface to the GNOME XSLT library
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  p5-XML-LibXML>=1.70:textproc/p5-XML-LibXML
18 RUN_DEPENDS:=   ${BUILD_DEPENDS}
19
20 USES=           perl5 pkgconfig
21 USE_GNOME=      libxml2 libxslt
22 USE_PERL5=      configure
23
24 post-install:
25         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/LibXSLT/LibXSLT.so
26
27 .include <bsd.port.mk>