33eb5a6ac6
- Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Test-Class-Most/Changes PR: ports/175050 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
28 lines
646 B
Makefile
28 lines
646 B
Makefile
# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Test-Class-Most
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:OVID
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Test Classes the easy way
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Test-Class>=0.38:${PORTSDIR}/devel/p5-Test-Class \
|
|
p5-Test-Most>=0.31:${PORTSDIR}/devel/p5-Test-Most
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
PLIST_FILES= %%SITE_PERL%%/Test/Class/Most.pm
|
|
PLIST_DIRSTRY= %%SITE_PERL%%/Test/Class %%SITE_PERL%%/Test
|
|
|
|
MAN3= Test::Class::Most.3
|
|
|
|
.include <bsd.port.mk>
|