freebsd-ports/textproc/p5-XML-LibXSLT/Makefile

29 lines
661 B
Makefile
Raw Normal View History

# Created by: Dom Mitchell <dom@happygiraffe.net>
# $FreeBSD$
PORTNAME= XML-LibXSLT
PORTVERSION= 1.96
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
2003-02-21 14:42:50 +01:00
COMMENT= Perl interface to the GNOME XSLT library
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-XML-LibXML>=1.70:textproc/p5-XML-LibXML
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libgpg-error.so:security/libgpg-error
USES= gnome perl5 pkgconfig
2013-11-08 02:23:01 +01:00
USE_GNOME= libxml2 libxslt
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/LibXSLT/LibXSLT.so
.include <bsd.port.mk>