mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
cf118ccf87
Reported by: lwhsu
27 lines
505 B
Makefile
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>
|