pkgsrc-wip/p5-News-Newsrc/Makefile
Sergey Svishchev 4f46d1157a Delint:
- add or fix RCS ids
- fix permission problems (USE_TOOLS etc.)
- fix MESSAGE, DESCR, COMMENT problems
- other minor tweaks (all reported by pkglint -Wall)
2006-10-29 11:23:06 +00:00

18 lines
480 B
Makefile

# $NetBSD: Makefile,v 1.4 2006/10/29 11:23:11 shattered Exp $
#
DISTNAME= News-Newsrc-1.08
PKGNAME= p5-${DISTNAME}
CATEGORIES= news perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=News/}
MAINTAINER= imil@gcu.info
HOMEPAGE= http://search.cpan.org/dist/News-Newsrc/
COMMENT= Perl module to manage newsrc files
DEPENDS+= p5-Set-IntSpan>=1.07:../../devel/p5-Set-IntSpan
PERL5_PACKLIST= auto/News/Newsrc/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"