c7dd14a15a
they are installed. This is mostly useful for testing modules that have a fallback when a certain dependency module is not installed. WWW: http://search.cpan.org/dist/Test-Without-Module/
22 lines
441 B
Makefile
22 lines
441 B
Makefile
# New ports collection makefile for: p5-Test-Without-Module
|
|
# Date created: 2011-12-11
|
|
# Whom: Steve Wills <swills@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Test-Without-Module
|
|
PORTVERSION= 0.17
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
#MASTER_SITE_SUBDIR=
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Test fallback behaviour in absence of modules
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Test::Without::Module.3
|
|
|
|
.include <bsd.port.mk>
|