diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-11-24 18:32:48 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-11-24 18:32:48 +0000 |
commit | 094957edc48b292c465e4fb756aea7cf52c92e44 (patch) | |
tree | 8452426fc95172908bd1228f8d89380466833964 /x11-toolkits/p5-Tk-Sugar/Makefile | |
parent | 674e3fddfbd5cb68a879fdbc1dd950204716a005 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/p5-Tk-Sugar/Makefile')
-rw-r--r-- | x11-toolkits/p5-Tk-Sugar/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/p5-Tk-Sugar/Makefile b/x11-toolkits/p5-Tk-Sugar/Makefile index e372f33b7d45..f55ebeadc8a5 100644 --- a/x11-toolkits/p5-Tk-Sugar/Makefile +++ b/x11-toolkits/p5-Tk-Sugar/Makefile @@ -2,15 +2,17 @@ # $FreeBSD$ PORTNAME= Tk-Sugar -PORTVERSION= 1.093.190 +PORTVERSION= 1.093190 CATEGORIES= x11-toolkits tk perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Sugar syntax for Tk +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter RUN_DEPENDS:= ${BUILD_DEPENDS} |