freebsd-ports/textproc/p5-Pod-Parser/Makefile
2022-06-04 07:36:48 +08:00

20 lines
368 B
Makefile

# Created by: Sergey Skvortsov <skv@FreeBSD.org>
PORTNAME= Pod-Parser
PORTVERSION= 1.65
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= dos2unix perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>