734426463c
Upstream changes: 2.84 Fri 26 Aug 20:35:48 2016 - compatibility fix for perl >= 5.25 (thanks, mat813, karenetheridge and eserte) - update ppport.h from 3.20 to 3.35 - add .travis.yml
18 lines
511 B
Makefile
18 lines
511 B
Makefile
# $NetBSD: Makefile,v 1.16 2016/09/01 14:46:36 wen Exp $
|
|
|
|
DISTNAME= autobox-2.84
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=autobox/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/autobox/
|
|
COMMENT= Perl 5 module to add methods on native types
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/autobox/.packlist
|
|
|
|
DEPENDS+= p5-Scope-Guard>=0.20:../../devel/p5-Scope-Guard
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|