9 lines
152 B
Makefile
9 lines
152 B
Makefile
# Created by: rpsfa@rit.edu
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -rails4
|
|
|
|
RAILS4= yes
|
|
MASTERDIR= ${.CURDIR}/../rubygem-devise
|
|
|
|
.include "${MASTERDIR}/Makefile"
|