openbsd-ports/www/p5-HTML-Calendar-Month-Simple/Makefile

21 lines
382 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:44:45 espie Exp $
COMMENT= Simple HTML Calendars
MODULES= cpan
DISTNAME= HTML-CalendarMonthSimple-1.25
REVISION= 1
CATEGORIES= www
2010-10-19 04:02:53 -04:00
USE_GROFF = Yes
MAINTAINER= Sam Smith <S@msmith.net>
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
2010-11-22 03:36:47 -05:00
RUN_DEPENDS= devel/p5-Date-Calc \
devel/p5-Date-Simple
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>