openbsd-ports/devel/p5-Carp-Assert/Makefile
msf e338a21231 Initial import of Carp-Assert-0.18
Assertions are the explict expressions of your assumptions about the
reality your program is expected to deal with, and a declaration of
those which it is not. They are used to prevent your program from
blissfully processing garbage inputs (garbage in, garbage out becomes
garbage in, error out) and to tell you when you've produced garbage
output.
2004-06-10 02:24:04 +00:00

24 lines
471 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/06/10 02:24:04 msf Exp $
COMMENT= "Perl module implementing assertions"
DISTNAME= Carp-Assert-0.18
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Carp/}
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>