1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/p5-Test-If/Makefile
Mathieu Arnold 2bdc8c6a51 Add p5-Test-If 0.01, test only if.
PR:		ports/180302
Submitted by:	Anes Mukhametov <anes@anes.su>
2013-11-15 16:41:49 +00:00

22 lines
362 B
Makefile

# 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>