mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
22 lines
474 B
Makefile
22 lines
474 B
Makefile
# Created by: Shell Hung <shell@shellhung.org>
|
|
# $FreeBSD: head/devel/p5-Test-Simple/Makefile 422348 2016-09-18 01:23:29Z wen $
|
|
|
|
PORTNAME= Test-Simple
|
|
PORTVERSION= 1.302056
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Basic utilities for writing tests in perl
|
|
|
|
|
|
CONFLICTS_INSTALL= p5-Test2-[0-9]* p5-Test-Tester-[0-9]* p5-Test-use-ok-[0-9]*
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|