pkgsrc/textproc/p5-XML-Bare/Makefile
wen 4aba301e31 Update to 0.53
Upstream changes:
0.53 ( 7-12-13 )
  - Remove executable permissions from files that shouldn't have them.
  - Added shebang to main Bare.pm file ( apparently some people want this )
  - Correct line endings to unix style on parser.c
  - Improved simplify function that works properly with trees instead of just a single level
  - Added hash2xml to quickly convert recursing hashes into XML
2013-07-13 08:52:17 +00:00

24 lines
649 B
Makefile

# $NetBSD: Makefile,v 1.6 2013/07/13 08:52:17 wen Exp $
#
DISTNAME= XML-Bare-0.53
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/XML-Bare/
COMMENT= Minimal XML parser implemented via a C state engine
LICENSE= gnu-gpl-v2
PERL5_PACKLIST= auto/XML/Bare/.packlist
USE_LANGUAGES= c
SUBST_CLASSES+= perl
SUBST_MESSAGE.perl= Fixing the path of perl.
SUBST_STAGE.perl= post-patch
SUBST_FILES.perl= Bare.pm
SUBST_SED.perl= -e "s,/usr/bin/perl,${PREFIX}/bin/perl,g"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"