freebsd-ports/textproc/p5-Pod-Stripper/Makefile

18 lines
327 B
Makefile
Raw Normal View History

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