2012-12-19 10:36:10 +01:00
|
|
|
# Created by: Shell Hung <shell@shellhung.org>
|
2001-08-26 18:27:08 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Image-Info
|
2019-10-28 15:56:52 +01:00
|
|
|
PORTVERSION= 1.42
|
2001-08-26 18:27:08 +02:00
|
|
|
CATEGORIES= graphics perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-08-26 18:27:08 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-05-04 11:04:42 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= Perl module for getting image information
|
2001-08-26 18:27:08 +02:00
|
|
|
|
2017-09-15 10:58:46 +02:00
|
|
|
LICENSE= ART10 GPLv1+
|
2013-04-30 10:10:09 +02:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-IO-String>=0:devel/p5-IO-String \
|
2016-04-01 16:00:51 +02:00
|
|
|
p5-XML-LibXML>=0:textproc/p5-XML-LibXML \
|
|
|
|
p5-XML-Simple>=0:textproc/p5-XML-Simple
|
2001-08-26 18:27:08 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2019-10-28 15:56:52 +01:00
|
|
|
|
2016-10-09 17:43:57 +02:00
|
|
|
NO_ARCH= yes
|
2001-08-26 18:27:08 +02:00
|
|
|
|
2012-12-17 07:15:27 +01:00
|
|
|
.include <bsd.port.mk>
|