aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-CalendarMonthSimple/Makefile
blob: e4f7693aa71a83234f8ab7ec770cb82c89d4fac3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	HTML-CalendarMonthSimple
PORTVERSION=	1.26
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl Module for Generating HTML Calendars

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Date-Calc>=0:devel/p5-Date-Calc

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>