freebsd-ports/devel/p5-Test-If/Makefile

22 lines
362 B
Makefile
Raw Normal View History

# Created by: Anes Mukhametov <anes@anes.su>
# $FreeBSD$
PORTNAME= Test-If
PORTVERSION= 0.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= anes@anes.su
COMMENT= Test only if
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-lib-abs>=0:${PORTSDIR}/devel/p5-lib-abs
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>