mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
e0c3941e79
- Pass maintainership to submitter - While I'm here: - Remove EXTRACT_DEPENDS - Remove Author line PR: ports/183686 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
30 lines
724 B
Makefile
30 lines
724 B
Makefile
# Created by: ports@c0decafe.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Glade
|
|
PORTVERSION= 1.007
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11-toolkits gnome perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:TSCH
|
|
PKGNAMEPREFIX= p5-
|
|
PKGNAMESUFFIX= 2
|
|
DISTNAME= Gtk2-GladeXML-${PORTVERSION}
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Gtk2-Perl bindings to libglade2
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \
|
|
p5-Cairo>=0:${PORTSDIR}/graphics/p5-Cairo \
|
|
p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
|
|
p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
|
|
RUN_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2
|
|
|
|
USE_GNOME= libglade2
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|