blob: 864643911d6caba0cf06c26d5f5d723375154af2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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>
|