freebsd-ports/devel/p5-File-ReadBackwards/Makefile
Dmitry Marakasov 5567f5109d - Add LICENSE
- Add NO_ARCH
- Remove TEST_DEPENDS as Test::Simple is bundled with Perl

Approved by:	portmgr blanket
2018-03-18 09:03:18 +00:00

21 lines
366 B
Makefile

# Created by: tobez
# $FreeBSD$
PORTNAME= File-ReadBackwards
PORTVERSION= 1.05
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= File::ReadBackwards -- read a file backwards by lines
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>