ports/devel/p5-Calendar-Simple/Makefile
Rodrigo Osorio 1c2c390348 devel/p5-Calendar-Simple: update to 2.0.3
Major changes in 2.0.3:
    * Improvements to `pcal`

Major changes in 2.0.2:
    * Regenerated package so it includes repo and bugtracker info
2023-08-02 11:04:16 +02:00

20 lines
425 B
Makefile

PORTNAME= Calendar-Simple
PORTVERSION= 2.0.3
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DAVECROSS
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to create simple calendars
WWW= https://metacpan.org/release/Calendar-Simple
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
.include <bsd.port.mk>