mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
3427cf1dfe
Approved by: portmgr (blanket infrastructure)
22 lines
466 B
Makefile
22 lines
466 B
Makefile
# Created by: Zane C, Bowers <vvelox@vvelox.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ZConf-RSS-GUI-GTK
|
|
PORTVERSION= 0.0.1
|
|
PORTREVISION= 4
|
|
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:${PORTSDIR}/www/p5-ZConf-RSS \
|
|
p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|