dd297c8112
WWW: http://search.cpan.org/dist/Crypt/UnixCrypt_XS/ Approved by: erwin (mentor)
22 lines
418 B
Makefile
22 lines
418 B
Makefile
# New ports collection makefile for: Crypt-UnixCrypt_XS
|
|
# Date created: 01 Jun 2008
|
|
# Whom: 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
|
|
|
|
MAN3= Crypt::UnixCrypt_XS.3
|
|
|
|
.include <bsd.port.mk>
|