freebsd-ports/devel/p5-Safe-Isa/Makefile
2017-10-03 15:34:52 +00:00

20 lines
401 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Safe-Isa
PORTVERSION= 1.000008
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>