blob: 8c827fcc1e9d204dd099c2539a4160fc7aabd314 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: sysutils/p5-Sys-Syslog
# Date created: 27 May 2008
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Sys-Syslog
PORTVERSION= 0.27
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Perl interface to the UNIX syslog(3) calls
PERL_CONFIGURE= yes
MAN3= Sys::Syslog.3
.include <bsd.port.mk>
|