diff options
Diffstat (limited to 'www/p5-CGI_Lite/Makefile')
-rw-r--r-- | www/p5-CGI_Lite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-CGI_Lite/Makefile b/www/p5-CGI_Lite/Makefile index ffe8cee67898..15cdb190b52d 100644 --- a/www/p5-CGI_Lite/Makefile +++ b/www/p5-CGI_Lite/Makefile @@ -6,18 +6,18 @@ # PORTNAME= CGI-Lite -PORTVERSION= 2.0 +PORTVERSION= 2.001 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= CGI PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION}-emergencyrelease MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 module to process and decode WWW form information PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= CGI::Lite.3 .include <bsd.port.mk> |