diff options
author | tobez <tobez@FreeBSD.org> | 2012-12-18 19:54:29 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2012-12-18 19:54:29 +0800 |
commit | 82c827008ee40e0d98b0548b86fcaeee65181485 (patch) | |
tree | 9edd5a177a4e5087e897a3ca63785c9a23fba5dd /www/p5-URI-Title | |
parent | 66f15e351158c8bfbfd64fa59cbfe5d6a82f5367 (diff) | |
download | freebsd-ports-gnome-82c827008ee40e0d98b0548b86fcaeee65181485.tar.gz freebsd-ports-gnome-82c827008ee40e0d98b0548b86fcaeee65181485.tar.zst freebsd-ports-gnome-82c827008ee40e0d98b0548b86fcaeee65181485.zip |
Remove support for perl 5.8.
Nudged by: az
Diffstat (limited to 'www/p5-URI-Title')
-rw-r--r-- | www/p5-URI-Title/Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/www/p5-URI-Title/Makefile b/www/p5-URI-Title/Makefile index 7224d39e54ea..3683f270ea30 100644 --- a/www/p5-URI-Title/Makefile +++ b/www/p5-URI-Title/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: www/p5-URI-Title -# Date created: 20 June 2008 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# +# Created by: Anton Berezin <tobez@FreeBSD.org> # $FreeBSD$ -# PORTNAME= URI-Title PORTVERSION= 1.86 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= URI @@ -27,10 +24,4 @@ PERL_CONFIGURE= yes MAN3= URI::Title.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500905 -RUN_DEPENDS+= p5-Module-Pluggable>=1.2:${PORTSDIR}/devel/p5-Module-Pluggable -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |