opnsense-ports/devel/p5-Safe-Isa/Makefile
Franco Fichtner 136c416720 devel/p5-Safe-Isa: sync with upstream
Taken from: HardenedBSD
2018-04-28 23:19:03 +02:00

20 lines
401 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Safe-Isa
PORTVERSION= 1.000010
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Call isa, can, does and DOES safely on things that may not be objects
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>