mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
3e14cc210d
the C library, internally) for all kinds of date calculations based on the Gregorian calendar (the one used in all western countries today), thereby complying with all relevant norms and standards: ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where applicable). PR: 16979 Submitted by: Brad Hendrickse <bradh@uunet.co.za>
26 lines
560 B
Makefile
26 lines
560 B
Makefile
# New ports collection makefile for: p5-Date-Calc
|
|
# Version required: 4.3
|
|
# Date created: 25 February 2000
|
|
# Whom: Brad Hendrickse <bradh@uunet.co.za>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= Date-Calc-4.3
|
|
PKGNAME= p5-Date-Calc-4.3
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Date
|
|
|
|
MAINTAINER= bradh@uunet.co.za
|
|
|
|
USE_PERL5= YES
|
|
|
|
MAN3= Date::Calc.3
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
do-configure:
|
|
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|