mirror of https://git.FreeBSD.org/ports.git
19 lines
358 B
Makefile
19 lines
358 B
Makefile
PORTNAME= Unix-Syslog
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl5 interface to the UNIX syslog(3) calls
|
|
WWW= https://metacpan.org/release/Unix-Syslog
|
|
|
|
LICENSE= ART20
|
|
LICENSE_FILE= ${WRKSRC}/Artistic
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|