mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-16 13:31:26 +02:00
22 lines
371 B
Makefile
22 lines
371 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= Image-LibExif
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= anes@anes.su
|
|
COMMENT= Read EXIF module
|
|
|
|
BUILD_DEPENDS= libexif>=0.6.18:graph/libexif
|
|
LIB_DEPENDS= libexif.so:graph/libexif
|
|
RUN_DEPENDS= libexif>=0.6.18:graph/libexif
|
|
|
|
USE_PERL5= configure
|
|
USES= perl5 pkgconfig
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|