summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Repository/Makefile
blob: 00d51087b0d0b8bb20304f88fd050d3bb38702ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	Text-Repository
PORTVERSION=	1.04
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Simple way to manage text without mixing it with Perl
WWW=		https://metacpan.org/release/Text-Repository

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>