mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
21 lines
451 B
Makefile
21 lines
451 B
Makefile
PORTNAME= PerlIO-eol
|
|
PORTVERSION= 0.19
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= PerlIO layer for normalizing line endings
|
|
WWW= https://metacpan.org/release/PerlIO-eol
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PerlIO/eol/eol.so
|
|
|
|
.include <bsd.port.mk>
|