diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-11-03 08:05:18 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-11-03 08:05:18 +0000 |
commit | 487d869eba44d66d3e820923cad269fe7678dcf8 (patch) | |
tree | e6b9ba8c9765ace5587ebd432127d82827160958 /x11-toolkits/p5-Tk-ResizeButton/Makefile | |
parent | 00afe0823b9606d6b31125eb813c00c09e537fed (diff) |
Notes
Diffstat (limited to 'x11-toolkits/p5-Tk-ResizeButton/Makefile')
-rw-r--r-- | x11-toolkits/p5-Tk-ResizeButton/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11-toolkits/p5-Tk-ResizeButton/Makefile b/x11-toolkits/p5-Tk-ResizeButton/Makefile index ea1ebbe8a14c..d45a8593f25a 100644 --- a/x11-toolkits/p5-Tk-ResizeButton/Makefile +++ b/x11-toolkits/p5-Tk-ResizeButton/Makefile @@ -1,15 +1,15 @@ # Created by: Lubomir Marinov <lubomir_m@abv.bg> # $FreeBSD$ -PORTNAME= Tk-ResizeButton +PORTNAME= Tk-ResizeButton PORTVERSION= 0.01 PORTREVISION= 4 -CATEGORIES= x11-toolkits perl5 +CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org -COMMENT= Resizeable button to be used in a Tk::HList column header +MAINTAINER= perl@FreeBSD.org +COMMENT= Resizeable button to be used in a Tk::HList column header BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -17,7 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Tk::ResizeButton.3 - -NO_STAGE= yes .include <bsd.port.mk> |