freebsd-ports/textproc/p5-Pod-Stripper/Makefile
2021-04-06 16:31:07 +02:00

16 lines
315 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
PORTNAME= Pod-Stripper
PORTVERSION= 0.22
PORTREVISION= 5
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Strip all pod, and output what's left
USES= perl5 dos2unix
USE_PERL5= configure
.include <bsd.port.mk>