mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
22 lines
402 B
Makefile
22 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>
|