svn commit: r316374 - head/x11-toolkits/p5-Tk-Role-HasWidgets

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 23 17:07:20 UTC 2013


Author: sunpoet
Date: Tue Apr 23 17:07:20 2013
New Revision: 316374
URL: http://svnweb.freebsd.org/changeset/ports/316374

Log:
  - Add LICENSE
  - Remove outdated PERL_LEVEL check
  - Cleanup Makefile header

Modified:
  head/x11-toolkits/p5-Tk-Role-HasWidgets/Makefile   (contents, props changed)

Modified: head/x11-toolkits/p5-Tk-Role-HasWidgets/Makefile
==============================================================================
--- head/x11-toolkits/p5-Tk-Role-HasWidgets/Makefile	Tue Apr 23 16:52:28 2013	(r316373)
+++ head/x11-toolkits/p5-Tk-Role-HasWidgets/Makefile	Tue Apr 23 17:07:20 2013	(r316374)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Tk-Role-HasWidgets
-# Date created:		2011-10-10
-# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Tk-Role-HasWidgets
 PORTVERSION=	1.112.380
@@ -15,19 +11,15 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:R}${
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Keep track of your Tk widgets
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Moose>=0.92:${PORTSDIR}/devel/p5-Moose \
 		p5-MooseX-Has-Sugar>=0:${PORTSDIR}/devel/p5-MooseX-Has-Sugar
-RUN_DEPENDS=	p5-Moose>=0.92:${PORTSDIR}/devel/p5-Moose \
-		p5-MooseX-Has-Sugar>=0:${PORTSDIR}/devel/p5-MooseX-Has-Sugar
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_MODBUILD=	yes
 
 MAN3=		Tk::Role::HasWidgets.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list