blob: ecdff080a45723c598f122afaedf0375c8c3afc9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: p5-Net-GrowlClient
# Date created: 2007-11-22
# Whom: Masahiro Teramoto <markun@onohara.to>
#
# $FreeBSD$
#
PORTNAME= Net-GrowlClient
PORTVERSION= 0.02
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= markun@onohara.to
COMMENT= Perl implementation of Growl Network Notification Protocol
USES= perl5
USE_PERL5= configure
MAN3= Net::GrowlClient.3
.include <bsd.port.mk>
|