3069e107ab
- add regression test - bump NEED_VERSION
25 lines
525 B
Makefile
25 lines
525 B
Makefile
# $OpenBSD: Makefile,v 1.4 2002/02/20 05:32:14 kevlo Exp $
|
|
|
|
COMMENT= "module to provide access to ISO3166 and ISO639 codes"
|
|
|
|
DISTNAME= Locale-Codes-2.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= misc perl5
|
|
NEED_VERSION= 1.504
|
|
|
|
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}
|
|
MASTER_SITE_SUBDIR= Locale
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
REGRESS_DEPENDS= ::devel/p5-Test-Harness
|
|
|
|
.include <bsd.port.mk>
|