diff options
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-Growl/Makefile | 22 | ||||
-rw-r--r-- | net/p5-Net-Growl/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Net-Growl/pkg-descr | 5 | ||||
-rw-r--r-- | net/p5-Net-Growl/pkg-plist | 6 |
5 files changed, 37 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index b0ecb1d6b8c8..18912e2b752b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -459,6 +459,7 @@ SUBDIR += p5-Net-Google SUBDIR += p5-Net-Google-Calendar SUBDIR += p5-Net-Gopher + SUBDIR += p5-Net-Growl SUBDIR += p5-Net-HL7 SUBDIR += p5-Net-Ident SUBDIR += p5-Net-Interface diff --git a/net/p5-Net-Growl/Makefile b/net/p5-Net-Growl/Makefile new file mode 100644 index 000000000000..11d26edc8274 --- /dev/null +++ b/net/p5-Net-Growl/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Net-Growl +# Date created: 2007-04-05 +# Whom: Masahiro Teramoto <markun@onohara.to> +# +# $FreeBSD$ +# + +PORTNAME= Net-Growl +PORTVERSION= 0.99 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/N/NM/NMCFARL +PKGNAMEPREFIX= p5- + +MAINTAINER= markun@onohara.to +COMMENT= Growl Notifications over the network + +PERL_CONFIGURE= yes + +MAN3= Net::Growl.3 + +.include <bsd.port.mk> diff --git a/net/p5-Net-Growl/distinfo b/net/p5-Net-Growl/distinfo new file mode 100644 index 000000000000..5eaafd730215 --- /dev/null +++ b/net/p5-Net-Growl/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-Growl-0.99.tar.gz) = b55760497f1d98ce8ce649527377824d +SHA256 (Net-Growl-0.99.tar.gz) = fcdaad61fe55ae1cdf2a63a544da0900d2188fd6896f002d246e2474f54d9720 +SIZE (Net-Growl-0.99.tar.gz) = 4739 diff --git a/net/p5-Net-Growl/pkg-descr b/net/p5-Net-Growl/pkg-descr new file mode 100644 index 000000000000..917e060a185b --- /dev/null +++ b/net/p5-Net-Growl/pkg-descr @@ -0,0 +1,5 @@ +Net::Growl provieds simple interface to send +Mac OS X Growl notifications across the network. + +Author: Nathan McFarland <nathan.mcfarland@nmcfarl.org> +WWW: http://search.cpan.org/~nmcfarl/Net-Growl-0.99/ diff --git a/net/p5-Net-Growl/pkg-plist b/net/p5-Net-Growl/pkg-plist new file mode 100644 index 000000000000..832534a86030 --- /dev/null +++ b/net/p5-Net-Growl/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Growl/.packlist +%%SITE_PERL%%/Net/Growl.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Growl +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/Net |