aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-SNPP/Makefile
blob: 1500f1ecc0dc3578290fd61d0a11a59bb698a35f (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
28
29
# New ports collection makefile for:    Net-SNPP
# Date created:     6 Jun 2002
# Whom:         devin@spamcop.net
#
# $FreeBSD$
#

PORTNAME=   Net-SNPP
PORTVERSION=    1.14
CATEGORIES= net perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX=  p5-

MAINTAINER= erwin@FreeBSD.org
COMMENT=    Net::SNPP - Perl Simple Network Pager Protocol Client

PERL_CONFIGURE= yes

MAN3=       Net::SNPP.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS=  ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Cmd.pm:${PORTSDIR}/net/p5-Net
RUN_DEPENDS=    ${BUILD_DEPENDS}
.endif

.include <bsd.port.post.mk>