freebsd-ports/devel/p5-Class-Delegation/Makefile
Sunpoet Po-Chuan Hsieh 2a04d2773b Update to 1.9.0
- Remove MASTER_SITE_SUBDIR
- Add LICENSE
- Add NO_ARCH
- Convert to options target helper
- Sort PLIST

Changes:	http://search.cpan.org/dist/Class-Delegation/Changes
2017-02-28 09:45:05 +00:00

26 lines
499 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= Class-Delegation
PORTVERSION= 1.9.0
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Object-oriented delegation
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
OPTIONS_DEFINE= EXAMPLES
post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/demo/* ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>