blob: 4f7e38c7ed0446214e9c4ff264714541219e024e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Masahiro Teramoto <markun@onohara.to>
PORTNAME= Net-GrowlClient
PORTVERSION= 0.02
PORTREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= markun@onohara.to
COMMENT= Perl implementation of Growl Network Notification Protocol
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|