9d5351536d
- Add LICENSE_FILE - Sort PLIST Changes: https://metacpan.org/dist/POSIX-strftime-Compiler/changes
19 lines
361 B
Makefile
19 lines
361 B
Makefile
PORTNAME= POSIX-strftime-Compiler
|
|
PORTVERSION= 0.44
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= GNU C library compatible strftime for loggers and servers
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuildtiny
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|