diff options
author | heinz <heinz@pkgsrc.org> | 2004-03-21 01:26:53 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-03-21 01:26:53 +0000 |
commit | 49c00a62a58b87d1c56f5caaa1397ed9eda12690 (patch) | |
tree | 58d98f3d8776416c6b3d35947eadf1d5a1cb4571 /fonts | |
parent | 904f5a0a8b9b3818555e4934ad41cd30c678d5d8 (diff) | |
download | pkgsrc-49c00a62a58b87d1c56f5caaa1397ed9eda12690.tar.gz |
Added HOMEPAGE.
Adapted to buildlink3.
Uses no compiler, so USE_LANGUAGES is empty.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/p5-Font-AFM/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/fonts/p5-Font-AFM/Makefile b/fonts/p5-Font-AFM/Makefile index 12ba686e944..75a6c82c114 100644 --- a/fonts/p5-Font-AFM/Makefile +++ b/fonts/p5-Font-AFM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/21 16:47:09 martti Exp $ +# $NetBSD: Makefile,v 1.6 2004/03/21 01:26:53 heinz Exp $ DISTNAME= Font-AFM-1.18 PKGNAME= p5-${DISTNAME} @@ -7,9 +7,13 @@ CATEGORIES= fonts perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Font/} MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Font-AFM/ COMMENT= Perl5 modules for parsing PostScript font metrics files -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES +USE_LANGUAGES= # empty PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Font/AFM/.packlist .include "../../lang/perl5/module.mk" |