# New ports collection makefile for: Spiffy # Date created: 15 Jul 2004 # Whom: Elvis Chiang # # $FreeBSD$ # PORTNAME= Spiffy PORTVERSION= 0.31 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:INGY PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Spiffy Perl Interface Framework For You LICENSE= ART10 GPLv1 LICENSE_COMB= dual OPTIONS_DEFINE= DOCS PERL_CONFIGURE= yes MAN3= Spiffy.3 PORTDOCS= Changes README .include post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif .include