19 lines
333 B
Makefile
19 lines
333 B
Makefile
# Created by: Seamus Venasse <svenasse@polaris.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Tie-Syslog
|
|
PORTVERSION= 2.04.02
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tie a filehandle to Syslog
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Tie::Syslog.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|