1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00

- Fix *_DEPENDS: version 0.50+ is already in all supported Perl releases

- Add LICENSE [1]
- Bump PORTREVISION for dependency change

Approved by:	portmgr (blanket) [1]
With hat:	perl
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-03-21 19:56:46 +00:00
parent a8e95b9f81
commit c8647e1d9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381851

View File

@ -3,7 +3,7 @@
PORTNAME= asciio
PORTVERSION= 1.02.71
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= http://mirror.switch.ch/ftp/mirror/CPAN/authors/id/N/NK/NKH/ \
LOCAL/ehaupt
@ -12,6 +12,9 @@ DISTNAME= App-Asciio-${PORTVERSION}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Perl/GTK application that lets you draw ASCII charts using a GUI
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Directory-Scratch>=0:${PORTSDIR}/devel/p5-Directory-Scratch \
p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 \
@ -23,7 +26,6 @@ BUILD_DEPENDS= p5-Directory-Scratch>=0:${PORTSDIR}/devel/p5-Directory-Scratch \
p5-Test-Strict>=0:${PORTSDIR}/devel/p5-Test-Strict \
p5-Test-Dependencies>=0:${PORTSDIR}/devel/p5-Test-Dependencies \
p5-Test-Spelling>=0:${PORTSDIR}/devel/p5-Test-Spelling \
p5-version>=0:${PORTSDIR}/devel/p5-version \
p5-Data-TreeDumper-Renderer-GTK>=0:${PORTSDIR}/devel/p5-Data-TreeDumper-Renderer-GTK \
p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \
p5-Data-Compare>=0:${PORTSDIR}/devel/p5-Data-Compare \