aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Inline-Tcl/Makefile
blob: d1265d634a9a7ad1cc7990121958a1a9ab66f486 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    Inline::Tcl
# Date created:     14 Dec 2001
# Whom:         Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#

PORTNAME=   Inline-Tcl
PORTVERSION=    0.09
CATEGORIES= devel perl5 tcl83
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Inline
PKGNAMEPREFIX=  p5-

MAINTAINER= skv@protey.ru
COMMENT=    Write Perl subroutines in Tcl

BUILD_DEPENDS=  ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Inline.pm:${PORTSDIR}/devel/p5-Inline
LIB_DEPENDS=    tcl83:${PORTSDIR}/lang/tcl83
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_CONFIGURE= yes
CONFIGURE_ARGS= </dev/null

MANPREFIX=  ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3=       Inline::Tcl.3

.include <bsd.port.mk>