8c0f6d782e
- Add staging support - Add LICENSE - Move MAN3 to pkg-plist
19 lines
356 B
Makefile
19 lines
356 B
Makefile
# Created by: brix@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt-UnixCrypt_XS
|
|
PORTVERSION= 0.10
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= brix@FreeBSD.org
|
|
COMMENT= Perl XS interface for a portable traditional crypt function
|
|
|
|
LICENSE= ARTPERL10
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|