blob: 8e5881a9c2c851e3f5e2c118d27af0237db09075 (
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
|
# 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@lansing.dk
COMMENT= Perl5 interface to the UNIX syslog(3) calls
PERL_CONFIGURE= yes
MAN3= Unix::Syslog.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
|