freebsd-ports/textproc/p5-Text-Locus/Makefile
2021-05-27 03:00:20 +08:00

23 lines
431 B
Makefile

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