aaa1885833
ok jasper@
27 lines
525 B
Makefile
27 lines
525 B
Makefile
# $OpenBSD: Makefile,v 1.22 2010/12/03 11:45:38 ajacoutot Exp $
|
|
|
|
COMMENT= perl module for getting image information
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Image-Info-1.28
|
|
REVISION= 0
|
|
CATEGORIES= graphics
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-IO-String>=1.08
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
REGRESS_DEPENDS=textproc/p5-XML-Simple
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|