pkgsrc/devel/p5-Carp-Assert/Makefile
minskim 9b289b47c2 Import p5-Carp-Assert from pkgsrc-wip. Packaged by Hiramatsu
Yoshifumi and slightly modified by me.

Carp::Assert is intended for a purpose like the ANSI C library assert.h.
2004-02-20 03:56:38 +00:00

20 lines
572 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/02/20 03:56:38 minskim Exp $
#
DISTNAME= Carp-Assert-0.17
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cpa
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
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Carp/Assert/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"