freebsd-ports/devel/p5-Test-YAML-Valid/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

30 lines
649 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= Test-YAML-Valid
PORTVERSION= 0.04
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Test for valid YAML
RUN_DEPENDS= p5-YAML>=0.60:textproc/p5-YAML
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
OPTIONS_DEFINE= YAMLSYCK
YAMLSYCK_DESC= Use YAML::Syck for testing
YAMLSYCK_RUN_DEPENDS= p5-YAML-Syck>0:textproc/p5-YAML-Syck
YAMLSYCK_BUILD_DEPENDS= p5-YAML-Syck>0:textproc/p5-YAML-Syck
post-patch:
@${REINPLACE_CMD} -i '' -e '/auto_install.*/d' \
${WRKSRC}/Makefile.PL
.include <bsd.port.mk>