freebsd-ports/deskutils/p5-ZConf-Runner-GUI-GTK/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

24 lines
571 B
Makefile

# Created by: Zane C, Bowers <vvelox@vvelox.net>
# $FreeBSD$
PORTNAME= ZConf-Runner-GUI-GTK
PORTVERSION= 0.0.2
PORTREVISION= 3
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:net/p5-ZConf \
p5-Gtk2>=1.060:x11-toolkits/p5-Gtk2 \
p5-ZConf-Runner>=0:deskutils/p5-ZConf-Runner \
p5-File-MimeInfo>=0:devel/p5-File-MimeInfo
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>