freebsd-ports/www/p5-ZConf-RSS-GUI-GTK/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

21 lines
442 B
Makefile

# Created by: Zane C, Bowers <vvelox@vvelox.net>
# $FreeBSD$
PORTNAME= ZConf-RSS-GUI-GTK
PORTVERSION= 0.0.1
PORTREVISION= 5
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VVELOX
PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Provides a GTK backend for ZConf::RSS::GUI
RUN_DEPENDS= p5-ZConf-RSS>=0:www/p5-ZConf-RSS \
p5-Gtk2>=0:x11-toolkits/p5-Gtk2
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>