21 lines
408 B
Makefile
21 lines
408 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|