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.
28 lines
521 B
Makefile
28 lines
521 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/04/05 17:36:47 sthen Exp $
|
|
|
|
SUBDIR += pear-Date-Holidays
|
|
SUBDIR += Austria
|
|
SUBDIR += Brazil
|
|
SUBDIR += Denmark
|
|
SUBDIR += Discordian
|
|
SUBDIR += EnglandWales
|
|
SUBDIR += Germany
|
|
SUBDIR += Iceland
|
|
SUBDIR += Ireland
|
|
SUBDIR += Italy
|
|
SUBDIR += Japan
|
|
SUBDIR += Netherlands
|
|
SUBDIR += Norway
|
|
SUBDIR += PHPdotNet
|
|
SUBDIR += Portugal
|
|
SUBDIR += Romania
|
|
SUBDIR += SanMarino
|
|
SUBDIR += Slovenia
|
|
SUBDIR += Spain
|
|
SUBDIR += Sweden
|
|
SUBDIR += UNO
|
|
SUBDIR += USA
|
|
SUBDIR += Ukraine
|
|
|
|
.include <bsd.port.subdir.mk>
|