5667fb1ac7
Reported by: portscout
24 lines
634 B
Makefile
24 lines
634 B
Makefile
# New ports collection makefile for: pear-Date_Holidays_UNO
|
|
# Date created: 2008-06-05
|
|
# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Date_Holidays_UNO
|
|
PORTVERSION= 0.1.2
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= tabthorpe@FreeBSD.org
|
|
COMMENT= Driver based class to calculate holidays in the UNO
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
CATEGORY= Date
|
|
FILES= Holidays/Driver/UNO.php
|
|
TESTS= Date_Holidays_Driver_UNO_TestSuite.php
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|