0982effce2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
17 lines
493 B
Makefile
17 lines
493 B
Makefile
# $NetBSD: Makefile,v 1.19 2015/06/12 10:48:57 wiz Exp $
|
|
|
|
DISTNAME= Carp-Assert-0.21
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Carp/}
|
|
|
|
MAINTAINER= hiramatu@boreas.dti.ne.jp
|
|
HOMEPAGE= http://search.cpan.org/search?dist=Carp-Assert
|
|
COMMENT= Executable comments like the ANSI C library assert.h
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Carp/Assert/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|