mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
20 lines
389 B
Makefile
20 lines
389 B
Makefile
PORTNAME= Tie-File
|
|
PORTVERSION= 1.07
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Access the lines of a disk file via a Perl array
|
|
WWW= https://metacpan.org/release/Tie-File
|
|
|
|
LICENSE= ART10 GPLv2+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|