aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-UnixCrypt_XS/Makefile
blob: 88330422dc89ae6061465fc65a17dedd0866b984 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: brix@FreeBSD.org
# $FreeBSD$

PORTNAME=	Crypt-UnixCrypt_XS
PORTVERSION=	0.09
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	brix@FreeBSD.org
COMMENT=	Perl XS interface for a portable traditional crypt function

USES=		perl5
USE_PERL5=	configure
MAKE_JOBS_UNSAFE=	yes

MAN3=	Crypt::UnixCrypt_XS.3

NO_STAGE=	yes
.include <bsd.port.mk>