r401929, I requested changing USE_PERL5=modbuild to configure. That winds up breaking building the port under perl > 5.20, where Module::Build was removed. Definitely a pointyhat to me for that one. I'm committing this under the "just fix it" policy.
21 lines
373 B
Makefile
21 lines
373 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Data-Serializer
|
|
PORTVERSION= 0.60
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= culot@FreeBSD.org
|
|
COMMENT= Modules that serialize data structures
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|