openbsd-ports/graphics/p5-Image-Info/Makefile

27 lines
525 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.22 2010/12/03 11:45:38 ajacoutot Exp $
COMMENT= perl module for getting image information
2006-12-02 13:45:54 -05:00
MODULES= cpan
DISTNAME= Image-Info-1.28
REVISION= 0
2006-12-02 13:45:54 -05:00
CATEGORIES= graphics
2010-10-18 14:13:12 -04:00
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
2010-11-17 03:05:12 -05:00
RUN_DEPENDS= devel/p5-IO-String>=1.08
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-22 04:20:34 -05:00
REGRESS_DEPENDS=textproc/p5-XML-Simple
2006-12-02 13:45:54 -05:00
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>