mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
cf51f1a8a8
- While I'm here: - Move test-only dependencies to TEST_DEPENDS - Clean up unused TEST_DEPENDS - Bump PORTREVISION for dependency change
41 lines
1.3 KiB
Makefile
41 lines
1.3 KiB
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= asciio
|
|
PORTVERSION= 1.51.3
|
|
PORTREVISION= 2
|
|
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-Algorithm-Diff>=0:devel/p5-Algorithm-Diff \
|
|
p5-Check-ISA>=0:devel/p5-Check-ISA \
|
|
p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2 \
|
|
p5-Data-Compare>=0:devel/p5-Data-Compare \
|
|
p5-Data-TreeDumper-Renderer-GTK>=0:devel/p5-Data-TreeDumper-Renderer-GTK \
|
|
p5-Directory-Scratch>=0:devel/p5-Directory-Scratch \
|
|
p5-Eval-Context>=0:devel/p5-Eval-Context \
|
|
p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \
|
|
p5-Hash-Slice>=0.03:devel/p5-Hash-Slice \
|
|
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
|
|
p5-Module-Util>=0:devel/p5-Module-Util \
|
|
p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \
|
|
p5-Text-Diff>=1.41:textproc/p5-Text-Diff
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS} \
|
|
p5-Class-ISA>=0:devel/p5-Class-ISA
|
|
TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \
|
|
p5-Test-Warn>=0:devel/p5-Test-Warn
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|