freebsd-ports/textproc/p5-Text-Locus/Makefile
2019-09-27 17:41:16 +00:00

22 lines
381 B
Makefile

# Created by: Zeus Panchenko <zeus@gnu.org.ua>
# $FreeBSD$
PORTNAME= Text-Locus
PORTVERSION= 1.01
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Class for representing locations in text files
LICENSE= GPLv3+
RUN_DEPENDS= p5-Clone>=0:devel/p5-Clone
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>