72da5754dd
- add regression test
23 lines
487 B
Makefile
23 lines
487 B
Makefile
# $OpenBSD: Makefile,v 1.9 2002/08/06 01:56:14 kevlo Exp $
|
|
|
|
COMMENT= "module to provide access to ISO3166 and ISO639 codes"
|
|
|
|
DISTNAME= Locale-Codes-2.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= misc perl5
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
REGRESS_DEPENDS= ::devel/p5-Test-Harness
|
|
|
|
.include <bsd.port.mk>
|