freebsd-ports/devel/p5-Tie-ToObject/Makefile
Dmitry Marakasov f34563eb3f - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2018-03-22 09:03:19 +00:00

24 lines
446 B
Makefile

# Created by: Felippe de Meirelles Motta <lippemail@gmail.com>
# $FreeBSD$
PORTNAME= Tie-ToObject
PORTVERSION= 0.03
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Tie to an existing object
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
post-extract:
@${REINPLACE_CMD} -e '/Test::/d' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>