aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-String-CRC32/Makefile
blob: f5a096d741011c3a31af909d9b3df433cd2d63cb (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.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>