aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTML-CalendarMonthSimple/Makefile
blob: d046759e1041a1bdec8763709f5e5d0944fdb50c (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=  p5-Date-Calc>=0:devel/p5-Date-Calc
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>