freebsd-ports/sysutils/p5-Unix-Syslog/Makefile

22 lines
401 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Unix-Syslog
# Date created: November 19th 2000
# Whom: Blaz Zupan <blaz@amis.net>
#
# $FreeBSD$
#
PORTNAME= Unix-Syslog
2008-05-29 17:59:11 +02:00
PORTVERSION= 1.1
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
2003-02-21 14:28:59 +01:00
COMMENT= Perl5 interface to the UNIX syslog(3) calls
PERL_CONFIGURE= yes
MAN3= Unix::Syslog.3
.include <bsd.port.mk>