- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Date_Holidays_Germany-0.1.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Date_Holidays_Germany-0.1.2.tgz fetch: http://pear.php.net/get/Date_Holidays_Germany-0.1.2.tgz: size mismatch: expected 11562, actual 11940 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Date_Holidays_Germany-0.1.2.tgz [1] Approved by: portmgr (blanket)
16 lines
374 B
Makefile
16 lines
374 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Date_Holidays_Germany
|
|
PORTVERSION= 0.1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Driver based class to calculate holidays in Germany
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
|
|
RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|