1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/devel/pear-Date/Makefile
Pav Lucistnik b7d0f8148e - Update to 1.4.6
PR:		ports/91639
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 18:30:34 +00:00

31 lines
900 B
Makefile

# Ports collection makefile for: pear-Date
# Date created: 28 November 2002
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= Date
PORTVERSION= 1.4.6
CATEGORIES= devel www pear
MAINTAINER= antonio@php.net
COMMENT= PEAR Date and Time Zone Classes
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
FILES= Date.php Date/Calc.php Date/Human.php Date/TimeZone.php \
Date/Span.php
TESTS= calc.php test_calc.php test_date_methods_span.php \
testunit_date.php testunit_date_span.php testunit.php bug674.php \
bug967.php bug727_1.php bug727_2.php bug727_3.php bug727_4.php \
wknotest.txt weeksinmonth_4_monday.txt weeksinmonth_4_sunday.txt \
weeksinmonth_rdm_monday.txt weeksinmonth_rdm_sunday.txt
DOCS= TODO
_DOCSDIR= .
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>