mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
034df61179
to send Mac OS X Growl notifications across the network. Author: Raphael ROULET <raphael@perl-auvergne.com> WWW: http://search.cpan.org/~castor/Net-GrowlClient/ PR: ports/118184 Submitted by: Masahiro Teramoto <markun at onohara.to>
28 lines
693 B
Makefile
28 lines
693 B
Makefile
# 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
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Net
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= markun@onohara.to
|
|
COMMENT= Perl implementation of Growl Network Notification Protocol
|
|
|
|
BUILD_DEPENDS= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
|
|
p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
|
|
RUN_DEPENDS= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
|
|
p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::GrowlClient.3
|
|
|
|
.include <bsd.port.mk>
|