diff options
author | seb <seb@pkgsrc.org> | 2002-10-20 23:35:09 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-10-20 23:35:09 +0000 |
commit | 34e5b77c6c4e9ec4e20c36716eb6540469b49ab9 (patch) | |
tree | a172960070639f54c2c88527963ff99f187d2968 /devel/p5-Devel-SmallProf | |
parent | 67d6c1c868b2a0ad7a47bfa459d6552ac8b5b56c (diff) | |
download | pkgsrc-34e5b77c6c4e9ec4e20c36716eb6540469b49ab9.tar.gz |
Use buildlink2. Use perl5/module.mk.
Diffstat (limited to 'devel/p5-Devel-SmallProf')
-rw-r--r-- | devel/p5-Devel-SmallProf/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Devel-SmallProf/Makefile b/devel/p5-Devel-SmallProf/Makefile index fdade1747df..21925268903 100644 --- a/devel/p5-Devel-SmallProf/Makefile +++ b/devel/p5-Devel-SmallProf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/07/05 07:03:17 tron Exp $ +# $NetBSD: Makefile,v 1.9 2002/10/20 23:35:10 seb Exp $ # DISTNAME= Devel-SmallProf-0.9 @@ -12,11 +12,8 @@ COMMENT= perl5 module for line-by-line profiling perl programs DEPENDS= p5-Time-HiRes>=01.20:../../time/p5-Time-HiRes -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Devel/SmallProf/.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" |