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

23 lines
459 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
PORTVERSION= 0.100
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Unix/MHARNISCH
PKGNAMEPREFIX= p5-
2003-06-12 18:41:16 +02:00
MAINTAINER= erwin@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>