# New ports collection Makefile for: p5-Crypt-Shark # Date created: 20 Dec 2006 # Whom: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-Shark PORTVERSION= 1.0.1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt PKGNAMEPREFIX= p5- MAINTAINER= gabor@FreeBSD.org COMMENT= Perl extension for Shark block cipher PERL_CONFIGURE= yes MAN3= Crypt::Shark.3 .include .if ${PERL_LEVEL} < 500600 BUILD_DEPENDS+= ${SITE_PERL}/XSLoader.pm:${PORTSDIR}/devel/p5-XSLoader RUN_DEPENDS+= ${SITE_PERL}/XSLoader.pm:${PORTSDIR}/devel/p5-XSLoader EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-Shark.xs post-patch: ${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1); $$1/;' ${WRKSRC}/Shark.pm ${PERL} -pi -e 's/void/int argc, char**argv, char**env/ if m{int main}' ${WRKSRC}/_shark.c ${PERL} -pi -e '$$_="" if m{warnings}' ${WRKSRC}/Shark.pm ${WRKSRC}/t/*.t .endif .include lass='logo' rowspan='2'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Add LICENSEsunpoet2013-11-191-0/+3
* - Support STAGEDIRsunpoet2013-09-302-4/+2
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Respect CXXsunpoet2013-09-141-0/+1
* - Fix USESsunpoet2013-08-231-2/+1
* - Cleanup Makefile headersunpoet2013-08-221-5/+1
* - Remove leading indefinite article from COMMENTsunpoet2013-08-221-1/+1
* - Convert to new perl frameworksunpoet2013-08-211-1/+2
* - Use USES=gmakesunpoet2013-08-21