opnsense-ports/devel/p5-Object-Simple/Makefile
Franco Fichtner a273393303 */*: sync with upstream
Taken from: HardenedBSD
2017-09-16 12:42:43 +02:00

21 lines
391 B
Makefile

# Created by: Andrey Kostenko <andrey@kostenko.name>
# $FreeBSD$
PORTNAME= Object-Simple
PORTVERSION= 3.1600
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/00$//}
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple class builder
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>