freebsd-ports/net/p5-Net-SNPP/Makefile
Philip M. Gollucci c10f314307 - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
2009-07-22 16:27:08 +00:00

28 lines
535 B
Makefile

# New ports collection makefile for: Net-SNPP
# Date created: 6 Jun 2002
# Whom: devin@spamcop.net
#
# $FreeBSD$
#
PORTNAME= Net-SNPP
PORTVERSION= 1.17
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Net::SNPP - Perl Simple Network Pager Protocol Client
PERL_CONFIGURE= yes
MAN3= Net::SNPP.3 \
Net::SNPP::Server.3
post-patch:
@${PERL} -pi -e '$$_="" if /warnings/;' \
${WRKSRC}/lib/Net/SNPP/Server.pm
@${RM} ${WRKSRC}/lib/Net/SNPP/Server.pm.orig
.include <bsd.port.mk>