aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-CalendarMonthSimple/Makefile
blob: 2fc452c380ad1751ae6b3d8113154fc9c1d0750a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: vanilla
# $FreeBSD$

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>