diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-22 03:56:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-22 03:56:46 +0800 |
commit | 35d995f8a5e7b08a8fc26a4dda1135117962922f (patch) | |
tree | a29d76a0f8b2d4ea30feab1f5ac4bbe007250924 /graphics | |
parent | 09acfc8a00a01b55d1aef0c82d9f7b871269c376 (diff) | |
download | freebsd-ports-gnome-35d995f8a5e7b08a8fc26a4dda1135117962922f.tar.gz freebsd-ports-gnome-35d995f8a5e7b08a8fc26a4dda1135117962922f.tar.zst freebsd-ports-gnome-35d995f8a5e7b08a8fc26a4dda1135117962922f.zip |
- 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
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/asciio/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/asciio/Makefile b/graphics/asciio/Makefile index 799582110485..08da1985a4ed 100644 --- a/graphics/asciio/Makefile +++ b/graphics/asciio/Makefile @@ -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 \ |