9144df7eca
Approved by: portmgr@ (bapt@)
28 lines
579 B
Makefile
28 lines
579 B
Makefile
# New ports collection makefile for: Growl-GNTP
|
|
# Date created: 09 Oct 2011
|
|
# Whom: brix@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Growl-GNTP
|
|
PORTVERSION= 0.15
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= brix@FreeBSD.org
|
|
COMMENT= Perl implementation of the Growl GNTP Protocol (Client Part)
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Data-UUID>=0:${PORTSDIR}/devel/p5-Data-UUID \
|
|
p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Growl::GNTP.3
|
|
|
|
.include <bsd.port.mk>
|