diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-17 02:37:15 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-17 02:37:15 +0000 |
commit | 1e60866cc19e399726a715fe8f90de75614755d9 (patch) | |
tree | 919603a1bf324ecbe31827d6a9441e11e58f98a0 /www/p5-HTML | |
parent | 30563b53998852429b379c5698be8bc307cc56ca (diff) |
Notes
Diffstat (limited to 'www/p5-HTML')
-rw-r--r-- | www/p5-HTML/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-HTML/Makefile b/www/p5-HTML/Makefile index f1b6cc41ebad..a00f9c604b36 100644 --- a/www/p5-HTML/Makefile +++ b/www/p5-HTML/Makefile @@ -5,19 +5,19 @@ # $FreeBSD$ # -PORTNAME= p5-HTML +PORTNAME= HTML PORTVERSION= 0.6 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML -DISTNAME= HTML-0.6 +PKGNAMEPREFIX= p5- MAINTAINER= jfitz@FreeBSD.org -USE_PERL5= YES +USE_PERL5= yes -NO_WRKSUBDIR= YES -NO_BUILD= YES +NO_WRKSUBDIR= yes +NO_BUILD= yes do-install: @ ${MKDIR} ${PREFIX}/lib/perl5/site_perl/HTML/ |