freebsd-ports/textproc/p5-podlators/Makefile
Sunpoet Po-Chuan Hsieh a1067884ee - Update to 4.02
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/podlators/Changes
2015-12-06 17:52:18 +00:00

23 lines
465 B
Makefile

# Created by: Sergey Skvortsov <skv@FreeBSD.org>
# $FreeBSD$
PORTNAME= podlators
PORTVERSION= 4.02
CATEGORIES= textproc perl5
MASTER_SITES= CPAN/Pod
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Modules to convert and parse POD (Plain Old Documentation)
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -e "/man1pod(/d; /EXE_FILES/d" ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>