diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:36:10 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:36:10 +0000 |
commit | b7bf79744de12e0a9ef9ab6540bc1d5c21a83e95 (patch) | |
tree | 4ea9840ed9155701b85d65cd19f88b03dadfd803 /mail/p5-Mail-FilterXML/Makefile | |
parent | 91d8e3240911d975a8dc7f4d29e701d76ad7f34c (diff) | |
download | ports-b7bf79744de12e0a9ef9ab6540bc1d5c21a83e95.tar.gz ports-b7bf79744de12e0a9ef9ab6540bc1d5c21a83e95.zip |
Notes
Diffstat (limited to 'mail/p5-Mail-FilterXML/Makefile')
-rw-r--r-- | mail/p5-Mail-FilterXML/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/mail/p5-Mail-FilterXML/Makefile b/mail/p5-Mail-FilterXML/Makefile new file mode 100644 index 000000000000..7921ba4a2299 --- /dev/null +++ b/mail/p5-Mail-FilterXML/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: Mail-FilterXML +# Date created: Wed Jan 3 14:28:38 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= Mail-FilterXML +PORTVERSION= 0.1 +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Mail +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${SITE_PERL}/Mail/Audit.pm:${PORTSDIR}/mail/p5-Mail-Audit \ + ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS= ${BUILD_DEPENDS} + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Mail::FilterXML.3 + +.include <bsd.port.mk> |