freebsd-ports/devel/p5-Devel-Hide/Makefile
Anton Berezin d67d99ef5e Add devel/p5-Devel-Hide 0.0009, a Perl module that, for testing purposes,
forces the unavailability of specified Perl modules.
2013-02-11 11:11:59 +00:00

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>