summaryrefslogtreecommitdiffstats
path: root/converters/p5-Convert-TNEF/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-12-19 08:35:53 +0000
committerwill <will@FreeBSD.org>2000-12-19 08:35:53 +0000
commit74a13d9a9ee539e8ffe82a15a9ffda2bd738144c (patch)
tree40e1d61f25eafbd5456763174443be6c0693318b /converters/p5-Convert-TNEF/Makefile
parent2fdd1904f282bc49e2ba4c2bd8e55adc8a3c3ff4 (diff)
downloadFreeBSD-ports-74a13d9a9ee539e8ffe82a15a9ffda2bd738144c.zip
FreeBSD-ports-74a13d9a9ee539e8ffe82a15a9ffda2bd738144c.tar.gz
Add p5-Convert-TNEF 0.08, a Perl module to read TNEF files.
PR: 22827 Submitted by: Roman Shterenzon <roman@xpert.com>
Diffstat (limited to 'converters/p5-Convert-TNEF/Makefile')
-rw-r--r--converters/p5-Convert-TNEF/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/converters/p5-Convert-TNEF/Makefile b/converters/p5-Convert-TNEF/Makefile
new file mode 100644
index 0000000..b3d5a66
--- /dev/null
+++ b/converters/p5-Convert-TNEF/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: p5-Convert-TNEF
+# Date created: Nov 14 2000
+# Whom: roman@xpert.com
+#
+# $FreeBSD$
+#
+
+PORTNAME= Convert-TNEF
+PORTVERSION= 0.08
+CATEGORIES= converters perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Convert
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= roman@xpert.com
+
+RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Wrap.pm:${PORTSDIR}/devel/p5-IO-stringy \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Body.pm:${PORTSDIR}/mail/p5-MIME-Tools
+
+USE_PERL5= YES
+
+MAN3= Convert::TNEF.3
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud