remove no_shared PROPERTIES checks; ok afresh1@

This commit is contained in:
naddy 2016-03-13 15:49:16 +00:00
parent 15eb959b08
commit 7a6152b16d
4 changed files with 12 additions and 26 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2015/01/09 15:53:22 afresh1 Exp $
# $OpenBSD: Makefile,v 1.13 2016/03/13 15:49:16 naddy Exp $
COMMENT = lets you build groups of accessors
@ -13,7 +13,8 @@ PERMIT_PACKAGE_CDROM = Yes
CONFIGURE_ARGS = --skipdeps
RUN_DEPENDS = devel/p5-Module-Runtime>=0.012
RUN_DEPENDS = devel/p5-Module-Runtime>=0.012 \
devel/p5-Class-XSAccessor
TEST_DEPENDS = devel/p5-Test-Exception>=0.31
@ -21,9 +22,4 @@ TEST_DEPENDS = devel/p5-Test-Exception>=0.31
TEST_DEPENDS += devel/p5-Sub-Name \
devel/p5-Package-Stash
.include <bsd.port.arch.mk>
.if !${PROPERTIES:Mno_shared}
RUN_DEPENDS += devel/p5-Class-XSAccessor
.endif
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2015/01/09 15:51:02 afresh1 Exp $
# $OpenBSD: Makefile,v 1.10 2016/03/13 15:49:16 naddy Exp $
COMMENT = routines for manipulating stashes
@ -12,14 +12,10 @@ MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
PERMIT_PACKAGE_CDROM = Yes
RUN_DEPENDS = devel/p5-Dist-CheckConflicts>=0.02 \
devel/p5-Module-Implementation>=0.06
devel/p5-Module-Implementation>=0.06 \
devel/p5-Package-Stash-XS
TEST_DEPENDS = devel/p5-Test-Fatal>=0 \
devel/p5-Test-Requires>=0
.include <bsd.port.arch.mk>
.if !${PROPERTIES:Mno_shared}
RUN_DEPENDS += devel/p5-Package-Stash-XS
.endif
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2015/05/10 16:49:28 afresh1 Exp $
# $OpenBSD: Makefile,v 1.18 2016/03/13 15:49:16 naddy Exp $
COMMENT = YAML Ain't Markup Language
@ -12,14 +12,11 @@ MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
RUN_DEPENDS = devel/p5-YAML-XS
TEST_DEPENDS = devel/p5-Test-YAML>=1.05 \
devel/p5-Test-Pod
MAKE_ENV += RELEASE_TESTING=1
.include <bsd.port.arch.mk>
.if !${PROPERTIES:Mno_shared}
RUN_DEPENDS += devel/p5-YAML-XS
.endif
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2015/05/06 00:40:25 afresh1 Exp $
# $OpenBSD: Makefile,v 1.13 2016/03/13 15:49:16 naddy Exp $
COMMENT = comma-separated values manipulation routines
@ -11,11 +11,8 @@ MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
RUN_DEPENDS = textproc/p5-Text-CSV_XS
MAKE_ENV+= TEST_POD=1
.include <bsd.port.arch.mk>
.if !${PROPERTIES:Mno_shared}
RUN_DEPENDS += textproc/p5-Text-CSV_XS
.endif
.include <bsd.port.mk>