freebsd-ports/devel/p5-Inline-CPP/Makefile
Sergey Skvortsov b54dba9951 - Update to 0.38 [1]
- pass maintainership to perl@

PR:		ports/166075 [1]
Submitted by:	sunpoet
Feature safe:	yes
2012-03-22 20:41:38 +00:00

26 lines
614 B
Makefile

# New ports collection makefile for: Inline::CPP
# Date created: 14 Dec 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Inline-CPP
PORTVERSION= 0.38
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Write Perl subroutines and classes in C++
BUILD_DEPENDS= p5-Inline>=0.50:${PORTSDIR}/devel/p5-Inline \
p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
PERL_CONFIGURE= yes
MAN3= Inline::CPP.3
.include <bsd.port.mk>