blob: 3d873f16642f2596ceaee868c5fe9a90ed61f139 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Geraud Continsouzas <geraud@gcu.info>
PORTNAME= Object-InsideOut
PORTVERSION= 4.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JDHEDDEN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Comprehensive inside-out object support module
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Exception-Class>=1.32:devel/p5-Exception-Class \
p5-Want>=0.21:devel/p5-Want
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|