19 lines
347 B
Makefile
19 lines
347 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/13 15:19:51 espie Exp $
|
|
|
|
COMMENT= "recolor gif images on the fly"
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= Image-BioChrome-1.16
|
|
CATEGORIES= graphics
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::misc/p5-File-MMagic
|
|
|
|
.include <bsd.port.mk>
|