a230efd040
Map from US two-letter codes to state names and vice versa.
18 lines
370 B
Makefile
18 lines
370 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/07/22 15:58:57 simon Exp $
|
|
|
|
COMMENT= map two-letter codes to state names and vice versa (US)
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Locale-US-1.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|