2005-03-07 17:54:34 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Gtk2-TrayIcon
|
2007-06-21 12:08:30 +02:00
|
|
|
PORTVERSION= 0.06
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 5
|
2008-05-19 15:12:08 +02:00
|
|
|
CATEGORIES= x11-toolkits perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 11:03:27 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:BORUP
|
2005-03-07 17:54:34 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2011-06-20 11:03:27 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2005-03-07 17:54:34 +01:00
|
|
|
COMMENT= Perl interface to the EggTrayIcon library
|
|
|
|
|
2012-06-04 10:31:14 +02:00
|
|
|
BUILD_DEPENDS= p5-Cairo>=0:${PORTSDIR}/graphics/p5-Cairo \
|
2012-06-04 10:58:55 +02:00
|
|
|
p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \
|
2012-06-04 10:31:14 +02:00
|
|
|
p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
|
|
|
|
p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2005-03-07 17:54:34 +01:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2005-03-07 17:54:34 +01:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|