freebsd-ports/devel/p5-Inline-CPP/Makefile
Sergey Skvortsov aeb604ef80 Updated to 0.24
PR:	ports/52164
2003-05-18 11:38:20 +00:00

26 lines
557 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.24
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Inline
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Write Perl subroutines and classes in C++
BUILD_DEPENDS= ${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS= </dev/null
MAN3= Inline::CPP.3
.include <bsd.port.mk>