b856474149
- Add LICENSE Changes: http://search.cpan.org/dist/File-LibMagic/Changes PR: ports/189372 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
18 lines
280 B
Makefile
18 lines
280 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= File-LibMagic
|
|
PORTVERSION= 1.01
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tj@FreeBSD.org
|
|
COMMENT= Nice wrapper for libmagic
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|