summaryrefslogtreecommitdiff
path: root/devel/p5-Calendar-Simple/Makefile
blob: 15fc2cc894d9819fba563f85e0cbafdd5568f642 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=	Calendar-Simple
PORTVERSION=	1.21
PORTREVISION=	2
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:DAVECROSS
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	Perl extension to create simple calendars

USES=		perl5
USE_PERL5=	modbuild

.include <bsd.port.mk>