1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/p5-Test-YAML/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

27 lines
505 B
Makefile

PORTNAME= Test-YAML
PORTVERSION= 1.07
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= svysh.fbsd@gmail.com
COMMENT= Testing Module for YAML Implementations
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= bash:shells/bash \
p5-Test-Base>=0.89:devel/p5-Test-Base
CONFLICTS_INSTALL= p5-YAML-0.*
NO_ARCH= yes
USES= perl5 shebangfix
USE_PERL5= configure
SHEBANG_FILES= bin/test-yaml
.include <bsd.port.mk>