1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/net/p5-Net-SNPP/Makefile
2021-04-06 16:31:07 +02:00

22 lines
424 B
Makefile

# Created by: devin@spamcop.net
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>