8700536dda
syslogd. Sponsored by: pbxpress.it
17 lines
336 B
Makefile
17 lines
336 B
Makefile
# Created by: Maksym Sobolyev <sobomax@pbxpress.it>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-Syslog
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
COMMENT= Perl extension for sending syslog messages to a remote syslogd
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::Syslog.3
|
|
|
|
.include <bsd.port.mk>
|