svn commit: r309166 - head/www/p5-URI-Title

Anton Berezin tobez at FreeBSD.org
Tue Dec 18 11:54:30 UTC 2012


Author: tobez
Date: Tue Dec 18 11:54:29 2012
New Revision: 309166
URL: http://svnweb.freebsd.org/changeset/ports/309166

Log:
  Remove support for perl 5.8.
  
  Nudged by:	az

Modified:
  head/www/p5-URI-Title/Makefile

Modified: head/www/p5-URI-Title/Makefile
==============================================================================
--- head/www/p5-URI-Title/Makefile	Tue Dec 18 11:41:01 2012	(r309165)
+++ head/www/p5-URI-Title/Makefile	Tue Dec 18 11:54:29 2012	(r309166)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	www/p5-URI-Title
-# Date created:				20 June 2008
-# Whom:					Anton Berezin <tobez at FreeBSD.org>
-#
+# Created by: Anton Berezin <tobez at 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>


More information about the svn-ports-all mailing list