aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-SNPP/Makefile
blob: bda56850d09eedd4c9ae1475f102e5ca2c77fae2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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>