1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/textproc/p5-Pod-Parser/Makefile
Mathieu Arnold 6baf4567a5 Pod::Parser was removed from CORE in 5.31.0.
While there, sort plist.

With hat:	perl@
2019-06-19 22:41:48 +00:00

31 lines
586 B
Makefile

# Created by: Sergey Skvortsov <skv@FreeBSD.org>
# $FreeBSD$
PORTNAME= Pod-Parser
PORTVERSION= 1.63
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Modules to work with POD (Plain Old Documentation)
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5 dos2unix
USE_PERL5= configure
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 503100
PLIST_SUB+= EXE_FILES="@comment "
post-patch:
@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL
.else
PLIST_SUB+= EXE_FILES=""
.endif
.include <bsd.port.post.mk>