2001-08-14 17:09:32 +02:00
|
|
|
# New ports collection makefile for: p5-Date-Chinese
|
|
|
|
# Date Created: 13 Aug 2001
|
|
|
|
# Whom: Shell Hung <shell@shellhung.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Date-Chinese
|
2003-06-12 12:21:51 +02:00
|
|
|
PORTVERSION= 1.10
|
2001-08-14 17:09:32 +02:00
|
|
|
CATEGORIES= chinese perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
2003-06-12 12:21:51 +02:00
|
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/R/RB/RBOW
|
2001-08-14 17:09:32 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= shell@shellhung.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= Perl module to calculate dates in the Chinese calendar
|
2001-08-14 17:09:32 +02:00
|
|
|
|
2003-06-12 12:21:51 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2001-08-14 17:09:32 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Date::Chinese.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|