freebsd-ports/textproc/p5-Pod-Autopod/Makefile
Mathieu Arnold 4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00

25 lines
523 B
Makefile

# Created by: Wen Heping<wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= Pod-Autopod
PORTVERSION= 1.12
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:AHERNIT
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Generates pod documentation by analysing perl modules
BUILD_DEPENDS= p5-Pod-Abstract>=0.19:${PORTSDIR}/textproc/p5-Pod-Abstract
RUN_DEPENDS:= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= perl5
USE_PERL5= configure
MAN1= autopod.1
MAN3= Pod::Autopod.3
.include <bsd.port.mk>