freebsd-ports/graphics/asciio/Makefile
Sunpoet Po-Chuan Hsieh c8647e1d9a - 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
2015-03-21 19:56:46 +00:00

42 lines
1.6 KiB
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= asciio
PORTVERSION= 1.02.71
PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= http://mirror.switch.ch/ftp/mirror/CPAN/authors/id/N/NK/NKH/ \
LOCAL/ehaupt
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 \
p5-Test-Block>=0:${PORTSDIR}/devel/p5-Test-Block \
p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Distribution>=0:${PORTSDIR}/devel/p5-Test-Distribution \
p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \
p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn \
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-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 \
p5-Module-Util>=0:${PORTSDIR}/devel/p5-Module-Util \
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
p5-Eval-Context>=0:${PORTSDIR}/devel/p5-Eval-Context \
p5-Check-ISA>=0:${PORTSDIR}/devel/p5-Check-ISA
RUN_DEPENDS:= ${BUILD_DEPENDS} \
p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>