93568351bb
reasons... okay pvalchev@.
25 lines
545 B
Makefile
25 lines
545 B
Makefile
# $OpenBSD: Makefile,v 1.11 2004/06/26 07:35:07 xsa Exp $
|
|
|
|
COMMENT= "perl module for getting image information"
|
|
|
|
VERSION= 1.11
|
|
DISTNAME= Image-Info-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= graphics perl5
|
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
|
|
|
|
RUN_DEPENDS= :p5-IO-String->=1:devel/p5-IO-String
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|