diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-12 22:42:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-12 22:42:29 +0000 |
commit | d207dfc70786f841a38ea5cbef462a6fb356c2e9 (patch) | |
tree | d11106dbd8b90aa9248f10bfd04c6fac15261012 /www/p5-ZConf-RSS-GUI-GTK | |
parent | 24b4a21fadef03ade59b6111c6d581fdb2ffb2ad (diff) | |
download | ports-d207dfc70786f841a38ea5cbef462a6fb356c2e9.tar.gz ports-d207dfc70786f841a38ea5cbef462a6fb356c2e9.zip |
Notes
Diffstat (limited to 'www/p5-ZConf-RSS-GUI-GTK')
-rw-r--r-- | www/p5-ZConf-RSS-GUI-GTK/Makefile | 25 | ||||
-rw-r--r-- | www/p5-ZConf-RSS-GUI-GTK/distinfo | 3 | ||||
-rw-r--r-- | www/p5-ZConf-RSS-GUI-GTK/pkg-descr | 3 | ||||
-rw-r--r-- | www/p5-ZConf-RSS-GUI-GTK/pkg-plist | 11 |
4 files changed, 42 insertions, 0 deletions
diff --git a/www/p5-ZConf-RSS-GUI-GTK/Makefile b/www/p5-ZConf-RSS-GUI-GTK/Makefile new file mode 100644 index 000000000000..da6cf1c519d6 --- /dev/null +++ b/www/p5-ZConf-RSS-GUI-GTK/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-ZConf-RSS-GUI-GTK +# Date created: 2009-11-09 +# Whom: Zane C, Bowers <vvelox@vvelox.net> +# +# $FreeBSD$ +# + +PORTNAME= ZConf-RSS-GUI-GTK +PORTVERSION= 0.0.1 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX +PKGNAMEPREFIX= p5- + +MAINTAINER= vvelox@vvelox.net +COMMENT= Provides a GTK backend for ZConf::RSS::GUI + +RUN_DEPENDS= ${SITE_PERL}/ZConf/RSS.pm:${PORTSDIR}/www/p5-ZConf-RSS \ + ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 + +PERL_CONFIGURE= yes + +MAN3= ZConf::RSS::GUI::GTK.3 + +.include <bsd.port.mk> diff --git a/www/p5-ZConf-RSS-GUI-GTK/distinfo b/www/p5-ZConf-RSS-GUI-GTK/distinfo new file mode 100644 index 000000000000..1abfa8f231ff --- /dev/null +++ b/www/p5-ZConf-RSS-GUI-GTK/distinfo @@ -0,0 +1,3 @@ +MD5 (ZConf-RSS-GUI-GTK-0.0.1.tar.gz) = b7b3b59463bc1a571d27cef0b144fbfa +SHA256 (ZConf-RSS-GUI-GTK-0.0.1.tar.gz) = 28c3315bce32570e5712594b490bb48e40cb549bd5a1caad25c7c67cd1b82b92 +SIZE (ZConf-RSS-GUI-GTK-0.0.1.tar.gz) = 8683 diff --git a/www/p5-ZConf-RSS-GUI-GTK/pkg-descr b/www/p5-ZConf-RSS-GUI-GTK/pkg-descr new file mode 100644 index 000000000000..9cdcdfd32780 --- /dev/null +++ b/www/p5-ZConf-RSS-GUI-GTK/pkg-descr @@ -0,0 +1,3 @@ +Provides a GTK backend for ZConf::RSS::GUI. + +WWW: http://search.cpan.org/~vvelox/ZConf-RSS-GUI-GTK/ diff --git a/www/p5-ZConf-RSS-GUI-GTK/pkg-plist b/www/p5-ZConf-RSS-GUI-GTK/pkg-plist new file mode 100644 index 000000000000..2e5ae7c2aa3c --- /dev/null +++ b/www/p5-ZConf-RSS-GUI-GTK/pkg-plist @@ -0,0 +1,11 @@ +%%SITE_PERL%%/ZConf/RSS/GUI/GTK.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/RSS/GUI/GTK/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/RSS/GUI/GTK +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/RSS/GUI +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/RSS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto +@dirrmtry %%SITE_PERL%%/ZConf/RSS/GUI/GTK +@dirrmtry %%SITE_PERL%%/ZConf/RSS/GUI +@dirrmtry %%SITE_PERL%%/ZConf/RSS +@dirrmtry %%SITE_PERL%%/ZConf |