blob: be76ba22c04207be0ff9054b1b2f98b0bd9a0e96 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: devel/p5-Object-InsideOut
# Date created: 15 January 2006
# Whom: Geraud Continsouzas <geraud@gcu.info>
#
# $FreeBSD$
#
PORTNAME= Object-InsideOut
PORTVERSION= 3.83
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JDHEDDEN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Object::InsideOut - Comprehensive inside-out object support module
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Exception-Class>=1.29:${PORTSDIR}/devel/p5-Exception-Class \
p5-Want>=0.12:${PORTSDIR}/devel/p5-Want \
p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Object::InsideOut.3 Object::InsideOut::Metadata.3 Bundle::Object::InsideOut.3
.include <bsd.port.mk>
|