opnsense-ports/devel/p5-String-CRC32/Makefile
Franco Fichtner ab638330a3 */*: sync with upstream
Taken from: HardenedBSD
2018-07-10 15:45:37 +02:00

21 lines
398 B
Makefile

# Created by: ache
# $FreeBSD$
PORTNAME= String-CRC32
PORTVERSION= 1.7
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface for cyclic redundancy check generation
LICENSE= CC0-1.0
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/String/CRC32/CRC32.so
.include <bsd.port.mk>