mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 15:07:01 -04:00
23 lines
482 B
Makefile
23 lines
482 B
Makefile
PORTNAME= podlators
|
|
PORTVERSION= 5.01
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN/Pod
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Modules to convert and parse POD (Plain Old Documentation)
|
|
WWW= https://metacpan.org/release/podlators
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "/man1pod(/d; /EXE_FILES/d" ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|