2011-11-30 18:24:33 +01:00
|
|
|
# New ports collection makefile for: p5-DateTime-Astro
|
|
|
|
# Date created: 2011-11-29
|
|
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= DateTime-Astro
|
|
|
|
PORTVERSION= 0.99.999
|
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= CPAN:DMAKI
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}_03
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Functions For Astromical Calendars
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
|
|
|
p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set
|
|
|
|
LIB_DEPENDS= mpfr:${PORTSDIR}/math/mpfr
|
|
|
|
RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
|
|
|
p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set
|
|
|
|
|
2012-02-15 06:59:29 +01:00
|
|
|
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
|
|
|
|
2011-11-30 18:24:33 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2012-02-15 06:59:29 +01:00
|
|
|
USE_GMAKE= yes
|
2011-11-30 18:24:33 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
|
|
|
|
|
|
|
MAN3= DateTime::Astro.3 \
|
|
|
|
DateTime::Event::SolarTerm.3
|
|
|
|
|
|
|
|
post-configure:
|
|
|
|
@${REINPLACE_CMD} -e '/^INC = / s|$$| -I${LOCALBASE}/include|' ${WRKSRC}/Makefile
|
|
|
|
|
2012-03-08 19:45:38 +01:00
|
|
|
.include <bsd.port.mk>
|