1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/devel/p5-Devel-Hide/Makefile
Sunpoet Po-Chuan Hsieh 94dbe1d46d Update to 0.0010
- Add LICENSE
- Add NO_ARCH

Changes:	https://metacpan.org/changes/distribution/Devel-Hide
2018-09-12 22:56:15 +00:00

22 lines
384 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Devel-Hide
PORTVERSION= 0.0010
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>