openbsd-ports/devel/p5-Test-Deep/Makefile
2006-11-05 13:52:43 +00:00

27 lines
534 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/11/05 13:52:43 espie Exp $
COMMENT= "flexible deep comparison"
DISTNAME= Test-Deep-0.096
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Simon Dassow <janus@errornet.de>
# Artistic and GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
RUN_DEPENDS= ::devel/p5-Test-NoWarnings
REGRESS_DEPENDS=${RUN_DEPENDS}
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>