openbsd-ports/devel/p5-Test-LongString/Makefile
msf 32ed21b52f - remove dependency on p5-Test-Builder-Tester since this comes with
perl 5.8.8

  thanks to deanna phillips for the heads up
2006-03-29 21:30:23 +00:00

24 lines
453 B
Makefile

# $OpenBSD: Makefile,v 1.3 2006/03/29 21:30:23 msf Exp $
COMMENT= "tests strings for equality"
DISTNAME= Test-LongString-0.09
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/}
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>