c10f314307
PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
28 lines
535 B
Makefile
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>
|