aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-String-CRC32/Makefile
blob: 8c320cff87d83ed35bac5cee60f63da42af7a7fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: ache
# $FreeBSD$

PORTNAME=	String-CRC32
PORTVERSION=	1.6
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>