mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
26 lines
637 B
Makefile
26 lines
637 B
Makefile
# Created by: chinsan
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Gtk2-ImageView
|
|
PORTVERSION= 0.05
|
|
PORTREVISION= 7
|
|
CATEGORIES= x11-toolkits perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:RATCLIFFE
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl bindings to the GtkImageView image viewer widget
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Cairo>=0:graphics/p5-Cairo \
|
|
p5-ExtUtils-Depends>=0.2:devel/p5-ExtUtils-Depends \
|
|
p5-ExtUtils-PkgConfig>=1.03:devel/p5-ExtUtils-PkgConfig \
|
|
p5-Gtk2>=1.140:x11-toolkits/p5-Gtk2
|
|
LIB_DEPENDS= libgtkimageview.so:x11-toolkits/gtkimageview
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|