summaryrefslogtreecommitdiff
path: root/sysutils/p5-Unix-Syslog/Makefile
blob: ec53cbb8f0bd9003024ed8c40bd56a546061c98a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	p5-Unix-Syslog
# Date created:				November 19th 2000
# Whom:					Blaz Zupan <blaz@amis.net>
#
# $FreeBSD$
#

PORTNAME=	Unix-Syslog
PORTVERSION=	1.0
CATEGORIES=	sysutils perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Unix/MHARNISCH
PKGNAMEPREFIX=	p5-

MAINTAINER=	erwin@FreeBSD.org
COMMENT=	Perl5 interface to the UNIX syslog(3) calls

PERL_CONFIGURE=	yes

MAN3=		Unix::Syslog.3

.include <bsd.port.mk>