freebsd-ports/deskutils/p5-ZConf-Runner-GUI-GTK/Makefile
Andrej Zverev 3c9ffd7218 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-30 08:45:50 +00:00

24 lines
619 B
Makefile

# Created by: Zane C, Bowers <vvelox@vvelox.net>
# $FreeBSD$
PORTNAME= ZConf-Runner-GUI-GTK
PORTVERSION= 0.0.2
PORTREVISION= 2
CATEGORIES= deskutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VVELOX
PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= The GTK GUI backend for ZConf::Runner
BUILD_DEPENDS= p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf \
p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
p5-ZConf-Runner>=0:${PORTSDIR}/deskutils/p5-ZConf-Runner \
p5-File-MimeInfo>=0:${PORTSDIR}/devel/p5-File-MimeInfo
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>