freebsd-ports/textproc/p5-podlators/Makefile

25 lines
497 B
Makefile
Raw Normal View History

# Created by: Sergey Skvortsov <skv@FreeBSD.org>
# $FreeBSD$
PORTNAME= podlators
PORTVERSION= 4.06
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
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
2012-06-19 22:34:25 +02:00
post-patch:
@${REINPLACE_CMD} -e "/man1pod(/d; /EXE_FILES/d" ${WRKSRC}/Makefile.PL
2012-06-19 22:34:25 +02:00
2014-02-27 23:51:31 +01:00
.include <bsd.port.mk>