20 lines
428 B
Makefile
20 lines
428 B
Makefile
# Created by: Matthew Seaman <matthew@FreeBSD.org>
|
|
|
|
PORTNAME= Log-Syslog-Constants
|
|
PORTVERSION= 1.02
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= matthew@FreeBSD.org
|
|
COMMENT= Syslog priority constants as defined in RFC3164
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
PLIST_FILES= %%SITE_PERL%%/Log/Syslog/Constants.pm \
|
|
%%PERL5_MAN3%%/Log::Syslog::Constants.3.gz
|
|
|
|
.include <bsd.port.mk>
|