pkgsrc/devel/p5-Data-Pageset/Makefile
rillig ad2adba9a5 Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
2009-06-13 06:46:41 +00:00

21 lines
575 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/06/13 06:46:44 rillig Exp $
DISTNAME= Data-Pageset-1.05
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/L/LL/LLAP/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~llap/Data-Pageset/
COMMENT= Page numbering and page sets
DEPENDS+= p5-Data-Page>=2.00:../../devel/p5-Data-Page
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Data/Pageset/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"