openbsd-ports/www/p5-HTML-Calendar-Month-Simple/Makefile
sturm ffb27e4ff5 Initial import of HTML-CalendarMonthSimple 1.22
HTML::CalendarMonthSimple is a Perl module for
generating, manipulating, and printing a HTML calendar
grid for a specified month. It is intended as a faster
and easier-to-use alternative to HTML::CalendarMonth.

from Sam Smith <S at msmith.net>
2004-04-11 12:07:22 +00:00

25 lines
527 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/04/11 12:07:22 sturm Exp $
COMMENT= "Simple HTML Calendars"
DISTNAME= HTML-CalendarMonthSimple-1.22
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
MAINTAINER= Sam Smith <S@msmith.net>
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-Date-Calc \
::devel/p5-Date-Simple
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>