pkgsrc/textproc/p5-podlators/Makefile
he 4a36d73dfe Import p5-podlators version 2.2.1.
collection of pod related perl modules:
- Pod::Man
- Pod::ParseLink
- Pod::Text
- Pod::Text::Color
- Pod::Text::Overstrike
- Pod::Text::Termcap
2009-01-05 09:40:18 +00:00

20 lines
558 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/01/05 09:40:18 he Exp $
DISTNAME= podlators-2.2.1
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/podlators/
COMMENT= Collection of pod related perl modules
DEPENDS+= p5-Pod-Simple>=3.04:../../textproc/p5-Pod-Simple
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Pod/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"