mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
34ed372f38
downside to having this set is that portscout cannot find new releases when the username changes (which happens often in large projects with multiple maintainers).
18 lines
334 B
Makefile
18 lines
334 B
Makefile
# Created by: Shell Hung <shell@shellhung.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Date-Chinese
|
|
PORTVERSION= 1.12
|
|
PORTREVISION= 1
|
|
CATEGORIES= chinese perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module to calculate dates in the Chinese calendar
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|