freebsd-ports/security/p5-Crypt-UnixCrypt_XS/Makefile
Andrej Zverev ccbf063100 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 17:17:46 +00:00

19 lines
365 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
USES= perl5
USE_PERL5= configure
MAKE_JOBS_UNSAFE= yes
MAN3= Crypt::UnixCrypt_XS.3
.include <bsd.port.mk>