summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Archive/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-Apache-Archive/Makefile')
-rw-r--r--www/p5-Apache-Archive/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/www/p5-Apache-Archive/Makefile b/www/p5-Apache-Archive/Makefile
new file mode 100644
index 000000000000..678ee4e562aa
--- /dev/null
+++ b/www/p5-Apache-Archive/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: Apache::Archive
+# Date created: 04 Nov 2000
+# Whom: will
+#
+# $FreeBSD$
+#
+
+PORTNAME= Apache-Archive
+PORTVERSION= 0.1
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Apache
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+BUILD_DEPENDS= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar
+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= Apache::Archive.3
+
+.include <bsd.port.mk>