freebsd-ports/net/p5-Net-SNPP/Makefile
Edwin Groothuis 767bd40d88 maintainer-update net/p5-Net-SNPP to 1.14
update to 1.14

PR:		ports/51968
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-05-09 00:52:49 +00:00

29 lines
610 B
Makefile

# New ports collection makefile for: Net-SNPP
# Date created: 6 Jun 2002
# Whom: devin@spamcop.net
#
# $FreeBSD$
#
PORTNAME= Net-SNPP
PORTVERSION= 1.14
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= erwin@lansing.dk
COMMENT= Net::SNPP - Perl Simple Network Pager Protocol Client
PERL_CONFIGURE= yes
MAN3= Net::SNPP.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Cmd.pm:${PORTSDIR}/net/p5-Net
RUN_DEPENDS= ${BUILD_DEPENDS}
.endif
.include <bsd.port.post.mk>