f352bbadad
(the PRI part) which is composed of a severity and a facility value. The constants which encode these values are specified in section 4.1.1, and are made available by this module. For instance, the exportable LOG_FTP constant has a value of 11, the value for the FTP facility. WWW: http://search.cpan.org/dist/Log-Syslog-Constants/
21 lines
440 B
Makefile
21 lines
440 B
Makefile
# Created by: Matthew Seaman <matthew@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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>
|