openbsd-ports/devel/p5-Carp-Assert/Makefile

24 lines
471 B
Makefile
Raw Normal View History

# $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>