8a16ac6843
Changes: https://metacpan.org/changes/distribution/POSIX-strftime-Compiler PR: 197740 Approved by: maintainer timeout (1 month)
19 lines
347 B
Makefile
19 lines
347 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= POSIX-strftime-Compiler
|
|
PORTVERSION= 0.41
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for glibc compatible strftime for loggers/servers
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
NO_ARCH= YES
|
|
|
|
.include <bsd.port.mk>
|