summaryrefslogtreecommitdiff
path: root/www/p5-HTTPD-User-Manage
diff options
context:
space:
mode:
authorjlam <jlam>2001-11-26 06:49:36 +0000
committerjlam <jlam>2001-11-26 06:49:36 +0000
commitae78e3c0497630c2e2ae971140d131df1f49e3bd (patch)
treeadb2df37f293a2d032459855304d52364a29788d /www/p5-HTTPD-User-Manage
parentdd8b34ee163899b6ef1c913a0b50c66a0ca0f04d (diff)
downloadpkgsrc-ae78e3c0497630c2e2ae971140d131df1f49e3bd.tar.gz
Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
Diffstat (limited to 'www/p5-HTTPD-User-Manage')
-rw-r--r--www/p5-HTTPD-User-Manage/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-HTTPD-User-Manage/Makefile b/www/p5-HTTPD-User-Manage/Makefile
index a7007ab6c75..4b95782d038 100644
--- a/www/p5-HTTPD-User-Manage/Makefile
+++ b/www/p5-HTTPD-User-Manage/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/11/26 05:18:32 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2001/11/26 06:50:38 jlam Exp $
DISTNAME= HTTPD-User-Manage-1.58
PKGNAME= p5-${DISTNAME}
@@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://stein.cshl.org/~lstein/user_manage/
COMMENT= Perl script/modules for managing web access control
-USE_PERL5= # defined
+USE_BUILDLINK_ONLY= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTTPD-User-Manage/.packlist
REPLACE_PERL= user_manage
@@ -36,4 +36,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/user_manage.html \
${PREFIX}/share/doc/user_manage/user_manage.html
+.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.mk"