Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Moose |
8 |
PORTNAME= Moose |
9 |
PORTVERSION= 0.81 |
9 |
PORTVERSION= 0.87 |
10 |
CATEGORIES= devel perl5 |
10 |
CATEGORIES= devel perl5 |
11 |
MASTER_SITES= CPAN |
11 |
MASTER_SITES= CPAN |
12 |
MASTER_SITE_SUBDIR= ../by-authors/id/D/DR/DROLSKY |
12 |
MASTER_SITE_SUBDIR= ../by-authors/id/D/DR/DROLSKY |
Lines 103-108
Link Here
|
103 |
Moose::Meta::TypeCoercion::Union.3 \ |
103 |
Moose::Meta::TypeCoercion::Union.3 \ |
104 |
Moose::Meta::TypeConstraint.3 \ |
104 |
Moose::Meta::TypeConstraint.3 \ |
105 |
Moose::Meta::TypeConstraint::Class.3 \ |
105 |
Moose::Meta::TypeConstraint::Class.3 \ |
|
|
106 |
Moose::Meta::TypeConstraint::DuckType.3 \ |
106 |
Moose::Meta::TypeConstraint::Enum.3 \ |
107 |
Moose::Meta::TypeConstraint::Enum.3 \ |
107 |
Moose::Meta::TypeConstraint::Parameterizable.3 \ |
108 |
Moose::Meta::TypeConstraint::Parameterizable.3 \ |
108 |
Moose::Meta::TypeConstraint::Parameterized.3 \ |
109 |
Moose::Meta::TypeConstraint::Parameterized.3 \ |
Lines 120-129
Link Here
|
120 |
Test::Moose.3 \ |
121 |
Test::Moose.3 \ |
121 |
oose.3 |
122 |
oose.3 |
122 |
|
123 |
|
123 |
post-install: |
|
|
124 |
@${CAT} ${PKGDIR}/pkg-message |
125 |
|
126 |
post-extract: |
124 |
post-extract: |
127 |
@${PERL} -i -ne 'print unless m,^(test_requires|check_conflicts),' ${WRKSRC}/Makefile.PL |
125 |
@${PERL} -i -ne 'print unless m,^(test_requires|check_conflicts),' ${WRKSRC}/Makefile.PL |
128 |
|
126 |
|
|
|
127 |
post-install: |
128 |
@${CAT} ${PKGDIR}/pkg-message |
129 |
|
129 |
.include <bsd.port.mk> |
130 |
.include <bsd.port.mk> |