1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/textproc/p5-Pod-Autopod/Makefile
2021-04-06 16:31:07 +02:00

23 lines
450 B
Makefile

# Created by: Wen Heping<wen@FreeBSD.org>
PORTNAME= Pod-Autopod
PORTVERSION= 1.215
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Generates pod documentation by analysing perl modules
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Pod-Abstract>=0:textproc/p5-Pod-Abstract
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>