freebsd-ports/textproc/p5-Text-Locus/Makefile
Sunpoet Po-Chuan Hsieh 60b33878d1 Update to 1.03
- Add BUILD_DEPENDS

Changes:	https://metacpan.org/changes/distribution/Text-Locus
2020-01-20 20:12:09 +00:00

24 lines
411 B
Makefile

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