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

18 lines
341 B
Makefile
Raw Normal View History

# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
2013-11-07 04:52:41 +01:00
PORTNAME= Text-Repository
PORTVERSION= 1.04
PORTREVISION= 1
2013-11-07 04:52:41 +01:00
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple way to manage text without mixing it with Perl
2013-08-02 20:21:05 +02:00
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>