21 lines
456 B
Makefile
21 lines
456 B
Makefile
# $OpenBSD: Makefile,v 1.14 2005/10/11 18:12:20 pvalchev Exp $
|
|
|
|
COMMENT= "perl module for getting image information"
|
|
|
|
VERSION= 1.16
|
|
DISTNAME= Image-Info-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= graphics perl5
|
|
|
|
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>
|