summaryrefslogtreecommitdiff
path: root/textproc/p5-Convert-BER
diff options
context:
space:
mode:
authorseb <seb>2002-10-06 22:31:03 +0000
committerseb <seb>2002-10-06 22:31:03 +0000
commit7cdec614fc5ab2bd997ff3c7ad9a69e886f77165 (patch)
tree9a6194f2110601dd0bd9dbb6ab299b781f427625 /textproc/p5-Convert-BER
parent099268f0afcb712e8fc1e1dfdef8eb1e9d9a01d2 (diff)
downloadpkgsrc-7cdec614fc5ab2bd997ff3c7ad9a69e886f77165.tar.gz
Convert to buildlink2. Use perl5/module.mk.
Diffstat (limited to 'textproc/p5-Convert-BER')
-rw-r--r--textproc/p5-Convert-BER/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Convert-BER/Makefile b/textproc/p5-Convert-BER/Makefile
index 16d789d043e..34a6a37213a 100644
--- a/textproc/p5-Convert-BER/Makefile
+++ b/textproc/p5-Convert-BER/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/11/26 06:50:20 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2002/10/06 22:31:05 seb Exp $
#
DISTNAME= Convert-BER-1.31
@@ -10,11 +10,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
MAINTAINER= packages@netbsd.org
COMMENT= Perl class to encode and decode objects using Basic Encoding Rules (BER)
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Convert/BER/.packlist
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
-
-.include "../../lang/perl5/buildlink.mk"
+.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"