aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-InlineX-C2XS/Makefile
blob: 4a6a4c035646ac54ae2a42c9bda47e2c25a30e21 (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
# New ports collection makefile for:    InlineX::C2XS
# Date created:     3 Oct 2006
# Whom:         Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   InlineX-C2XS
PORTVERSION=    0.17
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:SISYPHUS
PKGNAMEPREFIX=  p5-

MAINTAINER= clsung@FreeBSD.org
COMMENT=    Perl module to create an XS file from an Inline C file

BUILD_DEPENDS=  p5-Inline>=0.46:${PORTSDIR}/devel/p5-Inline
RUN_DEPENDS:=   ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       InlineX::C2XS.3 InlineX::C2XS-Cookbook.3

.include <bsd.port.mk>