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

PORTNAME=	HTML-CalendarMonthSimple
PORTVERSION=	1.25
PORTREVISION=	1
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>