d67d99ef5e
forces the unavailability of specified Perl modules.
17 lines
336 B
Makefile
17 lines
336 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Devel-Hide
|
|
PORTVERSION= 0.0009
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Forces the unavailability of specified Perl modules (for testing)
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Devel::Hide.3
|
|
|
|
.include <bsd.port.mk>
|