aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Tree-Nary/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-05-27 05:42:57 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-05-27 05:42:57 +0000
commit4a32dc994b25c6bcf5ad582d144c8ffc4db41a66 (patch)
tree00d62434b34999b87dd528124c4558fa1c707425 /textproc/p5-Tree-Nary/Makefile
parentb08e1a20aeb371ce63c0ecc456ef2489791e32c6 (diff)
downloadports-4a32dc994b25c6bcf5ad582d144c8ffc4db41a66.tar.gz
ports-4a32dc994b25c6bcf5ad582d144c8ffc4db41a66.zip
Notes
Diffstat (limited to 'textproc/p5-Tree-Nary/Makefile')
-rw-r--r--textproc/p5-Tree-Nary/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/p5-Tree-Nary/Makefile b/textproc/p5-Tree-Nary/Makefile
new file mode 100644
index 000000000000..1f4d0648f814
--- /dev/null
+++ b/textproc/p5-Tree-Nary/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: Tree:Nary
+# Date created: 18 May 2001
+# Whom: svenasse
+#
+# $FreeBSD$
+#
+
+PORTNAME= Tree-Nary
+PORTVERSION= 1.1
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Tree
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= svenasse@polaris.ca
+
+PERL_CONFIGURE= yes
+
+MAN3= Tree::Nary.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>