17e550ca2f
Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000
30 lines
672 B
Makefile
30 lines
672 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
|
|
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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::GrowlClient.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501000
|
|
RUN_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA
|
|
BUILD_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|