diff options
author | mat <mat@FreeBSD.org> | 2007-08-31 21:37:23 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2007-08-31 21:37:23 +0800 |
commit | 75b6e3fc793815d03bc3729793ea811554d12340 (patch) | |
tree | 153c663f7188f7ab3aa7429f49cf75bbc7880b4f /www/p5-Apache-Session-Wrapper | |
parent | 1cd56b0c47da19f85df29bb4e8117a011a1793b5 (diff) | |
download | freebsd-ports-gnome-75b6e3fc793815d03bc3729793ea811554d12340.tar.gz freebsd-ports-gnome-75b6e3fc793815d03bc3729793ea811554d12340.tar.zst freebsd-ports-gnome-75b6e3fc793815d03bc3729793ea811554d12340.zip |
Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims.
Diffstat (limited to 'www/p5-Apache-Session-Wrapper')
-rw-r--r-- | www/p5-Apache-Session-Wrapper/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/www/p5-Apache-Session-Wrapper/Makefile b/www/p5-Apache-Session-Wrapper/Makefile index 4a5f26dfefac..7aaae6b13689 100644 --- a/www/p5-Apache-Session-Wrapper/Makefile +++ b/www/p5-Apache-Session-Wrapper/Makefile @@ -8,8 +8,7 @@ PORTNAME= Apache-Session-Wrapper PORTVERSION= 0.33 CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Apache +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org @@ -34,11 +33,4 @@ post-install: @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif -.include <bsd.port.pre.mk> - -# Depends on devel/p5-Class-Container whichs needs perl 5.6.x or later -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |