f8d7179bb6
and jasper@, ok jasper. Date_Holidays helps you calculating the dates and titles of holidays and other special celebrations. The calculation is driver-based so it is easy to add new drivers that calculate a country's holidays. The methods of the class can be used to get a holiday's date and title in various languages.
20 lines
436 B
Makefile
20 lines
436 B
Makefile
# $OpenBSD: Makefile.inc,v 1.1.1.1 2011/04/05 17:36:47 sthen Exp $
|
|
|
|
CATEGORIES = devel
|
|
MAINTAINER ?= Johan Huldtgren <jhuldtgren@gmail.com>
|
|
|
|
PKGNAME ?= pear-${DISTNAME:S/_/-/}
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
.if defined(HOLNAME)
|
|
DISTNAME = Date_Holidays_${HOLNAME}
|
|
RUN_DEPENDS += devel/pear-Date-Holidays/pear-Date-Holidays
|
|
.endif
|
|
|
|
MODULES += www/pear
|