freebsd-ports/devel/p5-Devel-Hide/Makefile
2020-02-22 15:58:20 +00:00

21 lines
384 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Devel-Hide
PORTVERSION= 0.0013
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Forces the unavailability of specified Perl modules (for testing)
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>