18 lines
351 B
Makefile
18 lines
351 B
Makefile
# 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
|
|
|
|
PERL_CONFIGURE= yes
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
MAN3= Crypt::UnixCrypt_XS.3
|
|
|
|
.include <bsd.port.mk>
|