svn commit: r318946 - head/www/p5-Net-FreshBooks-API

Andrej Zverev az at FreeBSD.org
Fri May 24 10:05:05 UTC 2013


Author: az
Date: Fri May 24 10:05:04 2013
New Revision: 318946
URL: http://svnweb.freebsd.org/changeset/ports/318946

Log:
  - Trim Makefile header
  - Remove unnecessary depend on PERL_LEVEL < 5.12

Modified:
  head/www/p5-Net-FreshBooks-API/Makefile   (contents, props changed)

Modified: head/www/p5-Net-FreshBooks-API/Makefile
==============================================================================
--- head/www/p5-Net-FreshBooks-API/Makefile	Fri May 24 09:56:49 2013	(r318945)
+++ head/www/p5-Net-FreshBooks-API/Makefile	Fri May 24 10:05:04 2013	(r318946)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Net-FreshBooks-API
-# Date created:		2010-01-03
-# Whom:			Gea-Suan Lin <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Net-FreshBooks-API
 PORTVERSION=	0.23
@@ -66,10 +62,6 @@ MAN3=		Net::FreshBooks::API.3 \
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 501200
-BUILD_DEPENDS+=	p5-Module-Build>=0.3601:${PORTSDIR}/devel/p5-Module-Build
-.endif
-
 .if ${PERL_LEVEL} < 501400
 RUN_DEPENDS+=	p5-parent>=0.224:${PORTSDIR}/devel/p5-parent
 TEST_DEPENDS+=	p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple


More information about the svn-ports-all mailing list