diff options
Diffstat (limited to 'textproc/p5-XML-Smart/Makefile')
-rw-r--r-- | textproc/p5-XML-Smart/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/p5-XML-Smart/Makefile b/textproc/p5-XML-Smart/Makefile new file mode 100644 index 0000000..c3e10b5c --- /dev/null +++ b/textproc/p5-XML-Smart/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-XML-Smart +# Date created: October 10th 2000 +# Whom: Cheng-Lung Sung <clsung@dragon2.net> +# +# $FreeBSD$ + +PORTNAME= XML-Smart +PORTVERSION= 1.4 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= XML +PKGNAMEPREFIX= p5- + +MAINTAINER= mat@FreeBSD.org +COMMENT= A Smart, easy and powerful way to access/create XML files/data + +BUILD_DEPENDS= ${SITE_PERL}/Object/MultiType.pm:${PORTSDIR}/devel/p5-Object-MultiType \ + ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= YES + +MAN3= XML::Smart.3 + +.include <bsd.port.mk> |