0.900 Tue 22 Sep 2015 - Support for arbitrary XML encodings [INCOMPATIBLE CHANGE] - Removal of ->no_generator method. To suppress the default generator tag, specify an undef generator.
16 lines
480 B
Makefile
16 lines
480 B
Makefile
# $NetBSD: Makefile,v 1.22 2015/09/25 15:15:09 kleink Exp $
|
|
|
|
DISTNAME= XML-Atom-SimpleFeed-0.900
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= kleink@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/XML-Atom-SimpleFeed/
|
|
COMMENT= Generate simple Atom syndication feeds
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/XML/Atom/SimpleFeed/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|