openbsd-ports/devel/p5-Test-LongString/Makefile
msf cefc63bc2e - initial import of Test-LongString-0.07
This module provides some drop-in replacements for the string comparison
functions of Test::More, but which are more suitable when you test
against long strings.
2005-04-13 00:19:20 +00:00

27 lines
532 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/04/13 00:19:20 msf Exp $
COMMENT= "tests strings for equality"
DISTNAME= Test-LongString-0.07
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:=Test/}
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/p5-Test-Builder-Tester
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>