1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/devel/p5-Safe-Isa/Makefile
Sunpoet Po-Chuan Hsieh 6376b25b61 - Update to 1.000006
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Safe-Isa/Changes
2016-11-06 16:50:32 +00:00

21 lines
400 B
Makefile

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