mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
31 lines
841 B
Makefile
31 lines
841 B
Makefile
# New ports collection makefile for: p5-Glade-Perl
|
|
# Date created: 07-Jun-2001
|
|
# Whom: marcus
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Glade-Perl
|
|
PORTVERSION= 0.60
|
|
CATEGORIES= devel perl5 gnome
|
|
MASTER_SITES= http://www.glade.perl.connectfree.co.uk/ \
|
|
${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Glade
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= marcus@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome \
|
|
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String
|
|
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
|
glade:${PORTSDIR}/devel/glade
|
|
|
|
USE_GNOME= yes
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION}
|
|
MAN1= glade2perl.1
|
|
MAN3= Glade::PerlGenerate.3 Glade::PerlRun.3
|
|
|
|
.include <bsd.port.mk>
|