freebsd-ports/devel/p5-InlineX-CPP2XS/Makefile
Andrej Zverev dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00

26 lines
608 B
Makefile

# New ports collection makefile for: InlineX::CPP2XS
# Date created: 30 Jan, 2010
# Whom: Wen Heping <wen@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= InlineX-CPP2XS
PORTVERSION= 0.16
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SISYPHUS
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Convert from Inline C++ code to XS
BUILD_DEPENDS= ${SITE_PERL}/Inline/C.pm:${PORTSDIR}/devel/p5-Inline \
p5-Inline-CPP>=0.25:${PORTSDIR}/devel/p5-Inline-CPP
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= InlineX::CPP2XS.3 InlineX::CPP2XS-Cookbook.3
.include <bsd.port.mk>