mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
23 lines
462 B
Makefile
23 lines
462 B
Makefile
# New ports collection makefile for: p5-Date-Chinese
|
|
# Date Created: 13 Aug 2001
|
|
# Whom: Shell Hung <shell@shellhung.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Date-Chinese
|
|
PORTVERSION= 1.10
|
|
CATEGORIES= chinese perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/R/RB/RBOW
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl module to calculate dates in the Chinese calendar
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Date::Chinese.3
|
|
|
|
.include <bsd.port.mk>
|