blob: b4754d1961ca7731235035eb8988c1cc35d7dc56 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $FreeBSD$
PORTNAME= Date-Business
PORTVERSION= 1.2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Fast calendar and business date calculations
USES= perl5
USE_PERL5= configure
MAN3= Date::Business.3
NO_STAGE= yes
.include <bsd.port.mk>
|