mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
60b33878d1
- Add BUILD_DEPENDS Changes: https://metacpan.org/changes/distribution/Text-Locus
24 lines
411 B
Makefile
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>
|