21 lines
402 B
Makefile
21 lines
402 B
Makefile
# 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>
|