Devel::OverloadInfo returns information about overloaded operators for a given class (or object), including where in the inheritance hierarchy the overloads are declared and where the code implementing it is. WWW: http://search.cpan.org/dist/Devel-OverloadInfo/
24 lines
571 B
Makefile
24 lines
571 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Devel-OverloadInfo
|
|
PORTVERSION= 0.002
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Introspect overloaded operators
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \
|
|
p5-Package-Stash>=0.14:${PORTSDIR}/devel/p5-Package-Stash \
|
|
p5-Sub-Identify>=0:${PORTSDIR}/devel/p5-Sub-Identify
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
.include <bsd.port.mk>
|