diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-04-23 17:07:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-04-23 17:07:20 +0000 |
commit | 1aa9d303bc98bec1d605994e795a91a98b0fc859 (patch) | |
tree | 8deb4d038f165942d2841742522d696ffff8ab13 /x11-toolkits | |
parent | bd8510f0726b3fd941e0dc864969568a2a6967e9 (diff) | |
download | ports-1aa9d303bc98bec1d605994e795a91a98b0fc859.tar.gz ports-1aa9d303bc98bec1d605994e795a91a98b0fc859.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Tk-Role-HasWidgets/Makefile | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/x11-toolkits/p5-Tk-Role-HasWidgets/Makefile b/x11-toolkits/p5-Tk-Role-HasWidgets/Makefile index 0165abf4dbf4..4c642488f737 100644 --- a/x11-toolkits/p5-Tk-Role-HasWidgets/Makefile +++ b/x11-toolkits/p5-Tk-Role-HasWidgets/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Tk-Role-HasWidgets -# Date created: 2011-10-10 -# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Tk-Role-HasWidgets PORTVERSION= 1.112.380 @@ -15,19 +11,15 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= sunpoet@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> |