Files
ports/net/p5-Net-SNPP/Makefile
T

23 lines
436 B
Makefile

# Created by: devin@spamcop.net
# $FreeBSD$
PORTNAME= Net-SNPP
PORTVERSION= 1.17
PORTREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl Simple Network Pager Protocol client
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -i '' -e '/warnings/d' \
${WRKSRC}/lib/Net/SNPP/Server.pm
@${RM} ${WRKSRC}/lib/Net/SNPP/Server.pm.orig
.include <bsd.port.mk>