aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Pod-Parser/Makefile
blob: 496cbf07b66e02f5fc97c8ee4b56f7bca6a69548 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Sergey Skvortsov <skv@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Pod-Parser
PORTVERSION=    1.62
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

post-patch:
    @${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>