Index: head/sysutils/p5-Unix-Syslog/Makefile =================================================================== --- head/sysutils/p5-Unix-Syslog/Makefile (revision 471691) +++ head/sysutils/p5-Unix-Syslog/Makefile (revision 471692) @@ -1,17 +1,20 @@ # Created by: Blaz Zupan # $FreeBSD$ 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 +LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/Artistic + USES= perl5 USE_PERL5= configure .include Index: head/sysutils/p5-Unix-Syslog/pkg-descr =================================================================== --- head/sysutils/p5-Unix-Syslog/pkg-descr (revision 471691) +++ head/sysutils/p5-Unix-Syslog/pkg-descr (revision 471692) @@ -1,6 +1,6 @@ This module provides an interface to the system logger syslogd(8) via Perl's XSUBs. The implementation attempts to resemble the native libc-functions of your system, so that anyone being familiar with syslog.h should be able to use this module right away. -WWW: http://search.cpan.org/dist/Syslog/ +WWW: https://metacpan.org/release/Unix-Syslog