aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/p5-Unix-Syslog/Makefile
blob: d75c398f74eff5e8e41596888cfb73374a8f420e (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=    0.100
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>