openbsd-ports/graphics/p5-Image-EXIF/Makefile
david f85600afe0 move any perl or sed substitutions from post-patch to pre-configure
(fixes make update-patches)
ok sturm@; "looks reasonable" steven@
2006-02-08 04:54:48 +00:00

31 lines
655 B
Makefile

# $OpenBSD: Makefile,v 1.4 2006/02/08 04:54:49 david Exp $
COMMENT= "interface to read EXIF tags in JPEG images"
DISTNAME= Image-EXIF-0.98.6
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= graphics perl5
HOMEPAGE= http://search.cpan.org/dist/Image-EXIF/
MAINTAINER= Dan Weeks <danimal@danimal.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
EXTRACT_SUFX= .tgz
LIB_DEPENDS= exif.8::graphics/libexif
CONFIGURE_STYLE=perl
pre-configure:
@perl -i -p -e 's#/usr/local#${LOCALBASE}#' ${WRKDIST}/Makefile.PL
.include <bsd.port.mk>