mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
17 lines
392 B
Makefile
17 lines
392 B
Makefile
PORTNAME= HTML-CalendarMonthSimple
|
|
PORTVERSION= 1.27
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl Module for Generating HTML Calendars
|
|
WWW= https://metacpan.org/release/HTML-CalendarMonthSimple
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Date-Calc>=0:devel/p5-Date-Calc
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|