mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
29 lines
605 B
Makefile
29 lines
605 B
Makefile
# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Test-Class-Most
|
|
PORTVERSION= 0.08
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:OVID
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Test Classes the easy way
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Test-Class>=0.38:devel/p5-Test-Class \
|
|
p5-Test-Most>=0.31:devel/p5-Test-Most
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
PLIST_FILES= %%SITE_PERL%%/Test/Class/Most.pm \
|
|
%%PERL5_MAN3%%/Test::Class::Most.3.gz
|
|
|
|
.include <bsd.port.mk>
|