27 lines
489 B
Makefile
27 lines
489 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Test-YAML
|
|
PORTVERSION= 1.06
|
|
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
|
|
|
|
BUILD_DEPENDS= bash:shells/bash \
|
|
p5-Test-Base>=0.88:devel/p5-Test-Base
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
CONFLICTS_INSTALL= p5-YAML-0.*
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5 shebangfix
|
|
USE_PERL5= configure
|
|
|
|
SHEBANG_FILES= bin/test-yaml
|
|
|
|
.include <bsd.port.mk>
|