mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
23 lines
448 B
Makefile
23 lines
448 B
Makefile
# Created by: devin@spamcop.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-SNPP
|
|
PORTVERSION= 1.17
|
|
PORTREVISION= 1
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Net::SNPP - 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>
|