mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 11:59:15 -04:00
Major changes in 2.0.3: * Improvements to `pcal` Major changes in 2.0.2: * Regenerated package so it includes repo and bugtracker info
20 lines
425 B
Makefile
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>
|