9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
28 lines
518 B
Makefile
28 lines
518 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|