2055fc9156
- Add LICENSE_FILE Changes: http://search.cpan.org/dist/Convert-NLS_DATE_FORMAT/Changes Sponsored by: PortsCamp Taiwan
22 lines
474 B
Makefile
22 lines
474 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Convert-NLS_DATE_FORMAT
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:KOLIBRIE
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Convert Oracle NLS_DATE_FORMAT <-> strftime format strings
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USE_PERL5= modbuildtiny
|
|
USES= perl5
|
|
|
|
.include <bsd.port.mk>
|