2006-12-26 03:41:25 +01:00
|
|
|
# New ports collection makefile for: InlineX::C2XS
|
2006-10-03 16:43:06 +02:00
|
|
|
# Date created: 3 Oct 2006
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2006-12-26 03:41:25 +01:00
|
|
|
PORTNAME= InlineX-C2XS
|
2010-04-22 02:41:35 +02:00
|
|
|
PORTVERSION= 0.16
|
2006-10-03 16:43:06 +02:00
|
|
|
CATEGORIES= devel perl5
|
2006-12-26 03:41:25 +01:00
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 10:37:15 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:SISYPHUS
|
2006-10-03 16:43:06 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
|
|
COMMENT= Perl module to create an XS file from an Inline C file
|
|
|
|
|
2006-12-26 03:41:25 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Inline/C.pm:${PORTSDIR}/devel/p5-Inline
|
2006-10-03 16:43:06 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2008-08-27 05:42:09 +02:00
|
|
|
MAN3= InlineX::C2XS.3 InlineX::C2XS-Cookbook.3
|
2006-10-03 16:43:06 +02:00
|
|
|
|
2007-05-30 04:21:33 +02:00
|
|
|
.include <bsd.port.mk>
|