pkgsrc/devel/p5-boolean/Makefile
sno 8e9fd8d93e Updating devel/p5-boolean from 0.20nb1 to 0.23
Upstream changes:
---
version: 0.23
date:    Thu Sep 16 19:27:54 PDT 2010
changes:
- Weird macosx dist bug broke everything. Worked around.
---
version: 0.22
date:    Wed Sep 15 00:21:20 PDT 2010
changes:
- Update copyright years.
---
version: 0.21
date:    Mon Sep 13 18:40:21 PDT 2010
changes:
- Add a boolean($) coercer export function
- Add many more tests (from 20 to 55 tests)
- Add prototypes to all exports functions
- Overload not and ! to return boolean
2010-09-17 05:48:13 +00:00

20 lines
487 B
Makefile

# $NetBSD: Makefile,v 1.3 2010/09/17 05:48:13 sno Exp $
#
DISTNAME= boolean-0.23
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IN/INGY/}
MAINTAINER= abs@absd.org
HOMEPAGE= http://search.cpan.org/perldoc?boolean
COMMENT= Boolean support for Perl
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= #
PERL5_PACKLIST= auto/boolean/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"