mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
1c1e2c088c
- bump PORTREVISION PR: 124911 Submitted by: leeym Approved by: maintainer timeout
28 lines
605 B
Makefile
28 lines
605 B
Makefile
# New ports collection makefile for: Pod::Parser
|
|
# Date created: 18 Dec 2001
|
|
# Whom: Sergey Skvortsov <skv@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Pod-Parser
|
|
PORTVERSION= 1.35
|
|
PORTREVISION= 2
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= Modules to work with POD (Plain Old Documentation)
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Pod::Checker.3 Pod::Find.3 Pod::InputObjects.3 \
|
|
Pod::ParseUtils.3 Pod::Parser.3 Pod::PlainText.3 Pod::Select.3 \
|
|
Pod::Usage.3
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|