diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-13 01:00:14 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-13 01:00:14 +0000 |
commit | df748014ed8f6d88a597697990d878a72baa86ad (patch) | |
tree | f615fc853a18243c066ebb92b9e6741b7ec9194b /www/p5-Apache-ASP/Makefile | |
parent | 4e124560e7d80d35d08a7d180edab23421f291ca (diff) |
Notes
Diffstat (limited to 'www/p5-Apache-ASP/Makefile')
-rw-r--r-- | www/p5-Apache-ASP/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Apache-ASP/Makefile b/www/p5-Apache-ASP/Makefile index b2d3613954f5..5066f3b3397c 100644 --- a/www/p5-Apache-ASP/Makefile +++ b/www/p5-Apache-ASP/Makefile @@ -6,13 +6,14 @@ # PORTNAME= Apache-ASP -PORTVERSION= 2.49 +PORTVERSION= 2.51 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache PKGNAMEPREFIX= p5- MAINTAINER= erwin@lansing.dk +COMMENT= Active Server Pages for Apache with mod_perl BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Apache/Filter.pm:${PORTSDIR}/www/p5-Apache-Filter \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Apache/SSI.pm:${PORTSDIR}/www/p5-Apache-SSI \ |