summaryrefslogtreecommitdiff
path: root/www/p5-CGI-FastTemplate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-CGI-FastTemplate/Makefile')
-rw-r--r--www/p5-CGI-FastTemplate/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/p5-CGI-FastTemplate/Makefile b/www/p5-CGI-FastTemplate/Makefile
index f90c3f22d45..1910bdd4766 100644
--- a/www/p5-CGI-FastTemplate/Makefile
+++ b/www/p5-CGI-FastTemplate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/11/12 09:17:08 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2001/11/26 06:50:31 jlam Exp $
DISTNAME= CGI-FastTemplate-1.09
PKGNAME= p5-${DISTNAME}
@@ -9,10 +9,11 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
MAINTAINER= jlam@netbsd.org
COMMENT= perl5 extension for managing templates
-USE_PERL5= YES
-PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/CGI/FastTemplate/.packlist
+USE_BUILDLINK_ONLY= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/CGI/FastTemplate/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.mk"