freebsd-ports/math/p5-Math-Random-ISAAC-XS/Makefile
Baptiste Daroussin fe285270c6 Do not try to remove a directory not owned by the port
Reported by:	pkg DEVELOPER_MODE
2013-03-13 09:53:23 +00:00

21 lines
465 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= Math-Random-ISAAC-XS
PORTVERSION= 1.004
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JAWNSY
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= C implementation of the ISAAC PRNG Algorithm
BUILD_DEPENDS= p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= Math::Random::ISAAC::XS.3
.include <bsd.port.mk>