3ed1fc5ed3
- Add LICENSE - Add TEST_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/File-Util/Changes PR: 218355 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 15 days)
23 lines
451 B
Makefile
23 lines
451 B
Makefile
# Created by: jeffhung
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= File-Util
|
|
PORTVERSION= 4.161950
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= jeffhung@mail2000.com.tw
|
|
COMMENT= Perl5 module for easy, versatile, portable file handling
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|