aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-ExtUtils-XSBuilder/Makefile
blob: ca65d02be5482f916a027d1649279c78cab31446 (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
# New ports collection makefile for:    ExtUtils::XSBuilder
# Date created:             11 Sep 2003
# Whom:                         vanilla
#
# $FreeBSD$
#

PORTNAME=   ExtUtils-XSBuilder
PORTVERSION=    0.23
CATEGORIES= devel perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ExtUtils
PKGNAMEPREFIX=  p5-

MAINTAINER= ports@FreeBSD.org
COMMENT=    Autogenerating XS-glue Code

RUN_DEPENDS=    ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash
BUILD_DEPENDS=  ${RUN_DEPENDS}

PERL_CONFIGURE= yes
CONFIGURE_ARGS= INSTALLDIRS=site

MAN3=       ExtUtils::XSBuilder.3 ExtUtils::xsbuilder.osc2002.3

.include <bsd.port.mk>