dc3b831b6b
can look at them.
21 lines
401 B
Makefile
21 lines
401 B
Makefile
# 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.1
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl5 interface to the UNIX syslog(3) calls
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Unix::Syslog.3
|
|
|
|
.include <bsd.port.mk>
|