freebsd-ports/textproc/p5-Text-Repository/Makefile

19 lines
376 B
Makefile

# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
PORTNAME= Text-Repository
PORTVERSION= 1.04
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple way to manage text without mixing it with Perl
USES= perl5
USE_PERL5= configure
MAN3= Text::Repository.3
NO_STAGE= yes
.include <bsd.port.mk>